slashdotdash / phoenix-react-redux-example

Phoenix framework example using React and Redux
MIT License
110 stars 13 forks source link

config/dev.exs watchers should be not empty? #5

Open SenerDemiral opened 8 years ago

SenerDemiral commented 8 years ago
  watchers: [{Path.expand("node_modules/webpack/bin/webpack.js"), ["--watch", "--colors", "--progress"]}]
mjsisley commented 8 years ago

I agree that it would be good if this were changed (or in the README.md, it should be added that webpack or webpack-dev-server needs to be run before running mix phoenix.server