Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 812 Bytes

BUILD.md

File metadata and controls

17 lines (12 loc) · 812 Bytes

slotted-element development

The sources are used directly from node_modules/slotted-element

npm link slotted-element would make it linked to locally installed repo which has to be registered by npm link

The TDD via npm run test:watch would allow tests and sources modification and debug in browser.

dist/ is holding generated binaries and demo referenced via CDN within main README.md

npm run build

Would invoke build.sh which

Upon release in github and npmjs.org the code with working demo would be populated into CDN.