mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
Add target install to Makefile
Update Makefile to perform grunt install
This commit is contained in:
11
Makefile
11
Makefile
@@ -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:
|
||||
@php bin/console compile:configuration
|
||||
|
||||
@@ -7,4 +16,4 @@ watch:
|
||||
test:
|
||||
@exit 0
|
||||
|
||||
.PHONY: config watch test
|
||||
.PHONY: install config watch test
|
||||
|
Reference in New Issue
Block a user