Skip to content

Commit

Permalink
Merge pull request symfony#562
Browse files Browse the repository at this point in the history
  • Loading branch information
symfony-flex-server[bot] authored Apr 10, 2019
2 parents 60e91cc + 66b2161 commit c466e7a
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,12 @@ 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'
# If multiple builds are defined (as shown below), you can disable the default build:
# output_path: false

# if using Encore.enableIntegrityHashes() specify the crossorigin attribute value (default: false, or use 'anonymous' or 'use-credentials')
# crossorigin: 'anonymous'

# Cache the entrypoints.json (rebuild Symfony's cache when entrypoints.json changes)
# Available in version 1.2
#cache: '%kernel.debug%'

0 comments on commit c466e7a

Please sign in to comment.