Fix GNUmakefile for latest underscore package

pull/91/head
Francis Lachapelle 2015-04-02 16:13:02 -04:00
parent c38a23d9b1
commit 171b5085ab
1 changed files with 0 additions and 1 deletions

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