Update GNUmakefile for WebServerResources

pull/91/head
Francis Lachapelle 2014-09-23 09:47:24 -04:00
parent 3e2173db7a
commit 32d732caf0
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ build-static-files:
else \
bower install; \
fi
( cd bower_components/underscore/ && npm run-script build )
grunt build
all :: build-static-files