tvooo / sublime-grunt

Moved to https://github.com/sptndc/sublime-grunt
296 stars 35 forks source link

Make it possible to specify the paths that contain GruntFiles #89

Closed WillGresham closed 9 years ago

WillGresham commented 9 years ago

Changes the plugin so that the paths for GruntFiles can be set in the plugin .sublime-settings for global options, or can be set in the .sublime-project settings object (Which will override any global settings) in the event that per-project settings are required.

tvooo commented 9 years ago

Thanks a lot, I think that's a smooth solution: using .sublime-project instead of a custom sublime-grunt config file.