Closed audionerd closed 4 years ago
It would be nice to pass Guard options through, either via config.rb or command line.
config.rb
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
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:
Or in
config.rb
Related: https://github.com/thethemefoundry/forge/issues/71