sublime-grunt
sublime-grunt copied to clipboard
Moved to https://github.com/sptndc/sublime-grunt
putting the grunt tool in the tools menu
relative path is supportted ,and pass tests on windows & osx。 ``` { "SublimeGrunt": { "gruntfile_paths": [ "app/static/demo1" ] }, "auto_formatting": true } ```
Added Package Control menu options to default. Created new GruntForceCommand class. Modified GruntRunner **init** to include force argument. Modified GruntRunner on_done function to append force option if requested.
This is the first piece of Python I've ever written today. After getting stumped by what path to set up and seeing others had been affected I ended up solving...