Closed blcarson closed 6 years ago
Although the suggestion in #48 would be nice, I use the sublime built-in build system to do this. Ctrl+B executes a grunt task I specify. Here's what my sublime-build file looks like:
{
"cmd": ["grunt.cmd", "taskname", "--no-color"],
"working_dir": "${project_path:${folder}}",
"shell": true
}
Loving this plugin so far - mostly killed the need for me to have the terminal open at all.
One feature that I do miss is being able to just run 'grunt' have have the default command start without having to specify a task. Is there any way this could happen? Most times I don't need to target any of the tasks specifically. It might be a good offshoot of this request a few months back: https://github.com/tvooo/sublime-grunt/issues/48