generator-react-reflux
generator-react-reflux copied to clipboard
A Yeoman Generator for facebook's React framework and flux architecture using reflux.
So I see that the cjsx cli tool from coffee-react has an option to generate a source map for debugging in the browser. I'm trying to figure out how to...
Fix missing return in _gulpfile.js Use implicit CoffeeScript return in _gulpfile.coffee Update readme
Fixes #36 and #38
The problem is in the 'scripts' task.: runSequence(['clean:dev', 'clean:dist'], ['scripts', 'compass', 'imagemin'], 'bundle', 'copy'); The tasks do not run in the correct sequence --the 'bundle' task starts before the 'scripts'...
Autoprefixer's process() method is deprecated and will removed in next major release. Use postcss([autoprefixer]).process() instead
Pretty much the title says it all. :)
Hey, I'm guessing this could be a problem somewhere else but after adding bootstrap-scss with bower the glyphicon fonts aren't being served because of path resolution issues. My suspicion is...