Commit 66c36ca5 authored by pzia's avatar pzia

check for stamp-npm (not stamp-node)

parent 68d111e4
......@@ -112,10 +112,10 @@ watch:: dev-ruby
jsmin:
./node_modules/requirejs/bin/r.js -o src/build.js && ./node_modules/requirejs/bin/r.js -o src/build-no-locales-no-otr.js && ./node_modules/requirejs/bin/r.js -o src/build-no-otr.js && ./node_modules/requirejs/bin/r.js -o src/build-website.js
cssmin: stamp-node
cssmin: stamp-npm
$(GRUNT) cssmin
build:: stamp-node
build:: stamp-npm
$(GRUNT) jst
$(GRUNT) minify
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment