brebory / thinkful-fewd-best-practices

Repository for Thinkful's FEWD Mentors to compile information about front end best practices.
MIT License
3 stars 3 forks source link

Finish Project Setup #1

Closed brebory closed 10 years ago

brebory commented 10 years ago

To do:

  1. Complete grunt configuration
  2. Document said configuration
  3. Finish documenting aspects of index.html
  4. Add SASS files, JS files, and all required vendor libraries
jescalan commented 10 years ago

Would you consider not using grunt for this? Grunt is a exceedingly verbose tool that is more than likely confusing for beginners. Perhaps a tool like gulp or roots might work better here and make for a slimmer and more understandable config.

brebory commented 10 years ago

I added some comments to the Gruntfile - do you feel like it makes it any more understandable? I've actually never used gulp or roots before, but I'll take the time to read over some docs and we can make changes at that point.

brebory commented 10 years ago

Besides the conversation happening here, I finished everything in this to do list, so I'm closing this, and opening a new issue for changing the build tools.

jescalan commented 10 years ago

Definitely helps, nice work there! The only reason I suggest those two (middleman is another great option) is because they result in a much cleaner config, definitely worth at least checking out :grinning: