Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fullpipe committed Dec 26, 2016
1 parent 5af671a commit 15868fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ In symfony 2/3
```yaml
parameters:
...
webpack.manifest: /var/www/web/build/manifest.json
webpack.publicPath: /build/
webpack.manifest: "%kernel.root_dir%/../web/build/manifest.json" #should be absolute
webpack.publicPath: /build/ #should be same as output.publicPath in webpack config

services:
...
Expand Down

0 comments on commit 15868fa

Please sign in to comment.