Fix GNUmakefile for latest underscore package

This commit is contained in:
Francis Lachapelle
2015-04-02 16:13:02 -04:00
parent c38a23d9b1
commit 171b5085ab
-1
View File
@@ -10,7 +10,6 @@ build-static-files:
else \
bower install --allow-root; \
fi
( cd bower_components/underscore/ && npm run-script build )
grunt build
all :: build-static-files