mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 09:53:15 +00:00
PHRAS-2494 keep node_modules directory for performance
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -69,3 +69,5 @@ grammar/jison-*
|
|||||||
pimple.json
|
pimple.json
|
||||||
playbook.retry
|
playbook.retry
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
|
|
||||||
|
/Phrasea_datas
|
||||||
|
5
Makefile
5
Makefile
@@ -8,18 +8,15 @@ install_composer:
|
|||||||
composer install --ignore-platform-reqs
|
composer install --ignore-platform-reqs
|
||||||
|
|
||||||
install_asset_dependencies:
|
install_asset_dependencies:
|
||||||
yarn upgrade
|
yarn install
|
||||||
./node_modules/.bin/gulp build
|
./node_modules/.bin/gulp build
|
||||||
|
|
||||||
install_assets:
|
install_assets:
|
||||||
./node_modules/.bin/gulp install-assets
|
./node_modules/.bin/gulp install-assets
|
||||||
|
|
||||||
clean_assets:
|
clean_assets:
|
||||||
rm -rf ./node_modules
|
|
||||||
rm -rf ./www/assets
|
rm -rf ./www/assets
|
||||||
rm -Rf ./cache/*
|
rm -Rf ./cache/*
|
||||||
mkdir ./node_modules
|
|
||||||
touch ./node_modules/.gitkeep
|
|
||||||
|
|
||||||
config:
|
config:
|
||||||
@php bin/console compile:configuration
|
@php bin/console compile:configuration
|
||||||
|
Reference in New Issue
Block a user