just-animate

v1.0.5
*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

build:all

rollup -c rollup-all.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

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: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

cd src && 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

mocha --reporter spec

debug

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

tsversion

tsc --version

Metadata

Downloads

Maintainers