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

Comments on the last line of the gulpfile.js #37

Closed nicosantangelo closed 9 years ago

nicosantangelo commented 9 years ago

Because the package adds ;module.exports = gulp; at the end of the gulpfile to be able to import it from node, if it ends in:

// this is a comment
/*
some unfinished 
multiline comment

it wont work properly