just-animate

v1.2.0
*Just Animate creates beautiful animations using the latest browser standards*

build

npm run build:systemjs && npm run build:commonjs && npm run build:all && npm run build:core && npm run build:vue

build:all

rollup -c rollup-all.config.js

build:vue

rollup -c rollup-vue.config.js

build:core

rollup -c rollup-core.config.js

build:commonjs

rollup -c rollup-common.config.js

build:systemjs

tsc -p tsconfig-systemjs.json && node scripts/systemjs-fix-namespaces

compress

npm run compress:systemjs && npm run compress:all && npm run compress:core && npm run compress:vue

compress:all

uglifyjs --c --lift-vars --m --screw-ie8 --o dist/just-animate-all.min.js dist/just-animate-all.js

compress:core

uglifyjs --c --lift-vars --m --screw-ie8 --o dist/just-animate-core.min.js dist/just-animate-core.js

compress:vue

uglifyjs --c --lift-vars --m --screw-ie8 --o dist/just-animate-vue.min.js dist/just-animate-vue.js

compress:systemjs

uglifyjs --c --lift-vars --m --screw-ie8 --o dist/just-animate-systemjs.min.js dist/just-animate-systemjs.js

clean

del-cli -f dist

format

tsfmt -r **/*.ts

preversion

npm run rebuild

postversion

git push --follow-tags && npm publish

rebuild

npm run clean && npm run build && npm run compress

start

npm run rebuild && npm run watch

test

tsc && node_modules/.bin/mocha --reporter spec

debug

concurrently "node_modules/.bin/mocha --watch --reporter dot" "tsc -w"

tsversion

tsc --version

Metadata

Downloads

Maintainers