1 # Copyright (c) 2013 IndexData ApS. http://indexdata.com
16 jsbeautifier jsb indent:
17 for i in ./spec/*.js ./js/*.js; do \
18 jsbeautifier -j $$i > $@.tmp && mv -f $@.tmp $$i; \
21 node-modules: node_modules
23 npm install jquery jsdom request jasmine-node
26 @echo "make [ all | clean | check | jsbeautifier | node-modules ]"