summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a96846a1..9167e749 100644
--- a/Makefile
+++ b/Makefile
@@ -2,9 +2,13 @@ BUILD_DIR = /tmp
all: static
-static:
+clean:
+ @ rm -rf ./node_modules ./bower_components
+
+static: clean
@ npm install
- @ ./node_modules/gulp-cli/bin/gulp.js
+ @ ./node_modules/.bin/gulp bower
+ @ ./node_modules/.bin/gulp vendor js css
archive:
@ echo "Build archive: version=${version}, destination=${dst}"