Add Webpack step to INSTALL doc

[ci skip]

Signed-off-by: Alex Coles <alex@alexbcoles.com>
pull/1992/head
Alex Coles 10 years ago
parent f22fc73761
commit d1b778d043
  1. 10
      doc/INSTALL.md

@ -84,7 +84,15 @@ These are generic (and condensed) installation instructions for the **current de
### Run!
1. Start Rails:
1. In development, bundle JavaScript assets using Webpack:
./node_modules/webpack/bin/webpack.js
Pass the `-w` flag to keep Webpack watching for changes.
In production, this step is executed as part of `rake assets:precompile` task.
2. Start Rails:
bundle exec rails server

Loading…
Cancel
Save