banderson / generator-flux-react

A yeoman generator for app based on Facebook's Flux/React architecture
332 stars 35 forks source link

Remove unneeded comma in base.js #28

Closed jogleasonjr closed 9 years ago

banderson commented 9 years ago

Thanks!

banderson commented 9 years ago

@jogleasonjr BTW your changes were just released as v0.3.5 on NPM.

jogleasonjr commented 9 years ago

@banderson Very good, thank you! Any interest in including a gulp task for LESS in this generator? I think it would be a great addition. I did so in my boring, non-generator, boilerplate react starter here as an example. Happy to merge this into your generator if there is interest.

banderson commented 9 years ago

@jogleasonjr ya know, I went back and forth on that for a while before I ended up with the SASS preprocessor. I opened up a new issue (#29) if you want to track the progress or add comments there.

Thanks!