banderson / generator-flux-react

A yeoman generator for app based on Facebook's Flux/React architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gulp browserify error

rolimat opened this issue · comments

After generating a project by using this generator the command gulp browserify does not work cause at file/src/js/index.js there is the following require sentece: App = require('./components/app');

The file is called App.js so it cant find the file. Working after changing it to require('./components/App');

Im using Ubuntu!

Thanks for you effort!

Thanks for the note! I just pushed a fix. Let me know if you run into any other issues, especially if they're Linux-releated!