summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 136cbda8..79f2cf61 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,10 @@
all: static
clean:
- @ rm -rf ./node_modules ./bower_components
+ @ rm -rf ./node_modules
static: clean
@ npm install
- @ ./node_modules/.bin/gulp bower
@ ./node_modules/.bin/gulp vendor js css
@ ./node_modules/.bin/jshint assets/js/{core,components,polyfills}