react-kindling
react-kindling copied to clipboard
client configuration using webpack to serve is not working
There's a few issues I see:
- line 116 gulpfile.js should be !release?
- gulp missing a build step for styles? I see images, assets, fonts, hint, and html, but none for styles.
Ah, I see the webpack step also. This is where styles and babel transform happens. But doesn't this result need to get piped out to the build directory for webpack to serve it?
Now I see the output property in the webpack.config.js file. I've verified it to be ../build/dev, but still no css or js files in that directory. I don't know enough about webpack to troubleshoot this. Any help would be greatly appreciated.