Skip to content

v1.5.1

Latest
Compare
Choose a tag to compare
@DarrenSem DarrenSem released this 25 Aug 23:37
· 7 commits to master since this release
39892df
  • New minify step for each of CSS and JS
  • npm scripts: now separated compile step from minify step, and for each of CSS and JS.
  • Final deployment script build:
  • clean
  • compile-css (for now just a filecopy via npm run copy-css)
  • compile-js (tsc)
  • test
  • min-css = ./dist/bundle.css via clean-css-cli
  • min-js = ./dist/bundle.js via uglify-js

Full Changelog: v1.5.0...v1.5.1