Added install and test targets to Makefile

pull/2/head
Kevan Ahlquist 2015-01-14 00:25:25 -06:00
parent 1784719047
commit 190087e6ca
1 changed files with 6 additions and 0 deletions

View File

@ -5,10 +5,16 @@
OPEN = $(shell which xdg-open || which open)
PORT ?= 9000
install:
npm install -g grunt-cli
build:
grunt build
docker build --rm -t dockerui .
test:
grunt
run:
-docker stop dockerui
-docker rm dockerui