Add target install to Makefile

Update Makefile to perform grunt install
This commit is contained in:
Benoît Burnichon
2015-07-06 17:54:28 +02:00
parent 57ae1ade77
commit 3b7938c412

View File

@@ -1,3 +1,12 @@
# vim:noexpandtab:ts=4:sts=4:ft=make:
install:
php bin/console system:clear-cache
npm install
composer install -o
./node_modules/.bin/grunt install-assets
php bin/developer assets:compile-less
config: config:
@php bin/console compile:configuration @php bin/console compile:configuration
@@ -7,4 +16,4 @@ watch:
test: test:
@exit 0 @exit 0
.PHONY: config watch test .PHONY: install config watch test