thethemefoundry / forge

Build WordPress themes using Sass, LESS, and CoffeeScript
http://forge.thethemefoundry.com
MIT License
233 stars 51 forks source link

Can't pass any Guard options (like force_polling) to Guard #72

Closed audionerd closed 4 years ago

audionerd commented 11 years ago

It would be nice to pass Guard options through, either via config.rb or command line.

Not sure how this would work, but maybe something like:

forge watch guard:force_polling=true

Or in config.rb

guard_options['force_polling'] = true

Related: https://github.com/thethemefoundry/forge/issues/71