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

Include more custom options? (e.g. Less, WebPack, etc...)

banderson opened this issue · comments

This is just a placeholder for me to revisit, so if you're interested in tracking or suggesting any of these, subscribe to this issue. I may come back and reevaluate adding more options for things I've thought about in the past:

Great generator, I would put my vote on CoffeeScript option.

@ilionic Thanks! Unfortunately, CoffeeScript is not on my radar for this generator, since I'd have to create and maintain two different versions of every file in the generator :/ This is already starting to become an issue with having multiple UI libraries (Bootstrap, Material, etc.) since changes now must be made in multiple locations, and I'm looking to minimize that as much as possible.

Thanks @banderson! That's right, also looks like coffeeScript in this setup doesn't really make much sense since you'v included Babel.
I would add BrowserSync support, found it more useful than LiveReload.