From 261dfeaea437eba0b321dfb4d153d995ceede20b Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Sun, 15 Jul 2018 14:40:19 -0400 Subject: [PATCH] tweaking language --- symfony/webpack-encore-pack/1.0/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/webpack-encore-pack/1.0/webpack.config.js b/symfony/webpack-encore-pack/1.0/webpack.config.js index cc987d14..9b661c53 100644 --- a/symfony/webpack-encore-pack/1.0/webpack.config.js +++ b/symfony/webpack-encore-pack/1.0/webpack.config.js @@ -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()