0.7.0 • Published 10 years ago
jasba v0.7.0
dead pool
not maintaining jasba anymore.
it was fun.
but i use gulp, browserify, make and shell scripts.
must focus on real work, not obsess with having perfect tooling. :-)
jasba
jasba is a minimalist build tool that compiles javascript and less source files
config
builds are configured in jasba.json
an example can be found in ./examples
pre requisites
- node.js
usage
# install jasba
npm install -g jasba
# build
jasba
# build and watch
jasba --watch