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

Try implementing gulp tasks #16

Closed nicosantangelo closed 9 years ago

nicosantangelo commented 9 years ago

This should really improve the performance of the first run and maybe replace the cache (only on newer versions of gulp)

nicosantangelo commented 9 years ago

For now the package checks uses the "native" json task listing if the cli is 4.0.

gulp.tree({ deep: true });

This way is easier to maintain support for both 3.x and 4.x. Related Issue #23