tvooo / sublime-grunt

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

Cannot run tasks with spaces in name #78

Closed illiniguy closed 5 years ago

illiniguy commented 10 years ago

Our grunt file has tasks with spaces in their name. This package will error out when trying to execute such a task.

If sample task name is 'localhost build' Fails with message: 'Task 'localhost' not found.'

The reason is the grunt command that is run in main.py: on_done does not enclose the task name in quotes. I've modified my local copy to fix it. Sorry I don't have time to create a patch, just wanted to note.

tvooo commented 5 years ago

Repository was moved to https://github.com/sptndc/sublime-grunt Please re-file any issues that still exist.