Releases: DarrenSem/math-power
Releases · DarrenSem/math-power
v1.5.1
- 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
v1.5.0
Improved CSS layout. npm script build
will now copycss
after tsc
. All other scripts now skip the clean
and build
steps.
Full Changelog: v1.4.1...v1.5.0
v1.4.1
v1.4.0
TypeScript tsc
+ npm script
starting point, .gitattributes
to exclude *.js.map from diff (git CLI works, GitHub CLI might not be possible).
Full Changelog: v1.3.0...v1.4.0
v1.3.0
v1.2.0
v1.1.0
v1.0.0
Full Changelog: https://github.com/DarrenSem/math-power/commits/v1.0.0