Merge pull request #2962 from 4rthem/arthur-PHRAS-2494

PHRAS-2494 keep node_modules directory for performance
This commit is contained in:
Nicolas Maillat
2019-04-01 12:10:47 +02:00
committed by GitHub
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