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

Fix duplicated gulpfiles in choose dialog #91

Closed FelixBoers closed 6 years ago

FelixBoers commented 6 years ago

If you have multiple folders in your sublimem project and you've set the gulpfile_paths setting set to ../ than it's possible to see the same file multiple times in the choose dialog (one per folder).

To avoid this the path of each gulpfile gets normalized and only gets added to the list if it's not in already.

Hopefully fixes #84 too.

nicosantangelo commented 6 years ago

Thanks a lot!