KyleAMathews / coffee-react-quickstart

Quickstart for building React single page apps using Coffeescript, Gulp, Webpack, and React-Router
http://kyleamathews.github.io/coffee-react-quickstart
MIT License
254 stars 41 forks source link

Watch files within sub-folders of styles/ #3

Closed alanhogan closed 10 years ago

alanhogan commented 10 years ago

Simple commit, but useful!

KyleAMathews commented 10 years ago

Good idea :) even better is the "globstar" http://www.linuxjournal.com/content/globstar-new-bash-globbing-option. Then we could just have one pattern to match against that.

Need to circle back to this project and update it. I've done several new projects recently and made some changes...

alanhogan commented 10 years ago

Cool