nicosantangelo / sublime-gulp

Run Gulp tasks and use snippets from Sublime Text
https://sublime-gulp.nicosantangelo.com/
MIT License
155 stars 18 forks source link

Perform gulp_kill before performing tasks_on_save, #63

Closed guohuihot closed 8 years ago

guohuihot commented 8 years ago

Perform gulp_kill before performing tasks_on_save, or a task will be executed two times, meaning that I think the task is to re execute.

nicosantangelo commented 8 years ago

Good catch, I think I'll add a separate flag for this because maybe it's not desired to always kill before running.

nicosantangelo commented 8 years ago

This is up in version v5.4.0.

You can now set kill_before_save_tasks on your settings

Let me know how it goes!