Merge pull request #566

This commit is contained in:
symfony-flex-server[bot]
2019-04-10 18:26:33 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -0,0 +1,4 @@
#webpack_encore:
# Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes)
# Available in version 1.2
#cache: true
@@ -2,7 +2,3 @@ webpack_encore:
# The path where Encore is building the assets.
# This should match Encore.setOutputPath() in webpack.config.js.
output_path: '%kernel.project_dir%/public/build'
# Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes)
# Available in version 1.2
#cache: '%kernel.debug%'