Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sokil committed Jun 23, 2017
1 parent 16129c5 commit 0486524
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,11 @@ globally installed application with `webpack` path will be used.
deploy:
config:
webpack:
webpackPath: "./node_modules/.bin/webpack" # Path to webpack. May be optional.
p: true # Build for production
webpackPath: "../assets/node_modules/.bin/webpack" # (Optional) Path to webpack
workingDir: "../assets/src" # (optional) Working dir where to run webpack
p: true # Build for production. For "prod" environment defined automatically
progress: true # Show progress

...
```

## Npm
Expand Down

0 comments on commit 0486524

Please sign in to comment.