From 05e98f8ef9ff958e37d6203882992a4fa878ee42 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Sun, 26 Apr 2015 11:57:42 +0200 Subject: [PATCH] fix typo. stamp-node must be stamp-npm --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 452d3db39..86e06dd56 100644 --- a/Makefile +++ b/Makefile @@ -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