Browse Source

Fixed browserify command in custom bundle example 3

flowchartTest
jos 9 years ago
parent
commit
883f924709
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -258,7 +258,7 @@ Install the application dependencies via npm:
The application can be bundled and minified:
browserify app.js -o app-bundle.js
browserify app.js -o app-bundle.js -t babelify
uglifyjs app-bundle.js -o app-bundle.min.js
And loaded into a webpage:

Loading…
Cancel
Save