- New
minify
step for each of CSS and JS - npm scripts: now separated
compile
step fromminify
step, and for each of CSS and JS. - Final deployment script
build
: clean
compile-css
(for now just a filecopy vianpm run copy-css
)compile-js
(tsc
)test
min-css
=./dist/bundle.css
viaclean-css-cli
min-js
=./dist/bundle.js
viauglify-js
Full Changelog: v1.5.0...v1.5.1