PHRAS-2494 keep node_modules directory for performance

This commit is contained in:
Arthur de Moulins
2019-03-27 16:57:34 +01:00
parent e426eff8af
commit 25aeb9d73a
3 changed files with 1623 additions and 769 deletions

2
.gitignore vendored
View File

@@ -69,3 +69,5 @@ grammar/jison-*
pimple.json
playbook.retry
npm-debug.log
/Phrasea_datas

View File

@@ -8,18 +8,15 @@ install_composer:
composer install --ignore-platform-reqs
install_asset_dependencies:
yarn upgrade
yarn install
./node_modules/.bin/gulp build
install_assets:
./node_modules/.bin/gulp install-assets
clean_assets:
rm -rf ./node_modules
rm -rf ./www/assets
rm -Rf ./cache/*
mkdir ./node_modules
touch ./node_modules/.gitkeep
config:
@php bin/console compile:configuration

2385
yarn.lock

File diff suppressed because it is too large Load Diff