Skip to content

Commit

Permalink
Merge pull request symfony#566
Browse files Browse the repository at this point in the history
  • Loading branch information
symfony-flex-server[bot] authored Apr 10, 2019
2 parents 64d4633 + 11c60ac commit 60e91cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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%'

0 comments on commit 60e91cc

Please sign in to comment.