clay.js

v0.1.6
Resize your elements so simple it hurts
clay

start

npm run serve | npm run dev

serve

http-server -p 8080

dev

webpack-dev-server --progress --colors --port 8090

build

node_modules/browserify/bin/cmd.js clay.js -s clay -t babelify --outfile dist/clay.js

amend

git add . && git commit --amend --reuse-message=HEAD

push

git push --tags && git push

release

bower version patch -f && npm version patch --force --no-git-tag-version && npm run build && npm run amend && npm run push && npm publish
npm i clay.js

Metadata

  • ISC
  • Whatever
  • zzarcon
  • released 9/28/2015

Downloads

Maintainers