gruntjs / grunt-contrib-compass

Compile Compass to CSS.
http://gruntjs.com/
MIT License
626 stars 128 forks source link

Fixes #193 by adding poll option that gets passed to compass #216

Closed lzilioli closed 9 years ago

lzilioli commented 9 years ago

I haven't contributed to grunt projects before. Let me know if I need to make a change or do anything else to get this merged in.

knksmith57 commented 9 years ago

+1

henrahmagix commented 9 years ago

+1 yes please!

grahamgilchrist commented 9 years ago

This is really helpful when running grunt/compass in a virtualbox/vagrant situation with a mounted volume, where sometimes the file system events don't trigger correctly and polling is required.

grahamgilchrist commented 9 years ago

@sindresorhus @vladikoff Any chance of this getting merged to master? It looks a simple change but will be so helpful to those of us running compass on files in a mounted volume.

sindresorhus commented 9 years ago

This is already supported as the dargs module converts most options to CLI flags: https://github.com/gruntjs/grunt-contrib-compass/blob/7820da6de199b28533f0c8c8d6e0745daeca7bfe/tasks/lib/compass.js#L191

Not interested in documenting it though. Too many options. And this should IMHO be something that is handled transparently by the system, not forced on the user to decide.