Commit 05e98f8e authored by JC Brand's avatar JC Brand

fix typo. stamp-node must be stamp-npm

parent 80943f9d
......@@ -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