mirror of
https://github.com/symfony/recipes.git
synced 2026-09-19 11:06:33 +03:00
tweaking language
This commit is contained in:
@@ -5,7 +5,7 @@ Encore
|
|||||||
.setOutputPath('public/build/')
|
.setOutputPath('public/build/')
|
||||||
// the public path used by the web server to access the previous directory
|
// the public path used by the web server to access the previous directory
|
||||||
.setPublicPath('/build')
|
.setPublicPath('/build')
|
||||||
// the path inside the Symfony app, as given to the asset() function
|
// the public path you will use in Symfony's asset() function - e.g. asset('build/some_file.js')
|
||||||
.setManifestKeyPrefix('build/')
|
.setManifestKeyPrefix('build/')
|
||||||
|
|
||||||
.cleanupOutputBeforeBuild()
|
.cleanupOutputBeforeBuild()
|
||||||
|
|||||||
Reference in New Issue
Block a user