sublime-grunt icon indicating copy to clipboard operation
sublime-grunt copied to clipboard

Moved to https://github.com/sptndc/sublime-grunt

Results 5 sublime-grunt issues
Sort by recently updated
recently updated
newest added

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...