Update GNUmakefile for WebServerResources

This commit is contained in:
Francis Lachapelle 2014-09-23 09:47:24 -04:00
parent 3e2173db7a
commit 32d732caf0

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