mirror of
https://github.com/symfony/recipes.git
synced 2026-09-16 01:26:25 +03:00
tweaking language
This commit is contained in:
@@ -5,7 +5,7 @@ Encore
|
||||
.setOutputPath('public/build/')
|
||||
// the public path used by the web server to access the previous directory
|
||||
.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/')
|
||||
|
||||
.cleanupOutputBeforeBuild()
|
||||
|
||||
Reference in New Issue
Block a user