Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 211 Bytes

NOTES.md

File metadata and controls

8 lines (7 loc) · 211 Bytes

Publishing docs

rimraf node_modules/ dist/
npm i
// When on windows - don't run with git bash - the base-href will not populate properly. (use cmd)
ng build --prod --base-href="/ng-selectize/"