ctf0/Seti_ST3

Remove Gulpfile syntax

cyberwombat opened this issue · 6 comments

For some reason the theme has a syntax for Gulpfile which effectively prevents any javascript snippets/plugins from working since its no longer recognized as javascript by ST plugins. I keep removing it but every update readds it and there is no way that I can find to prevent it. Asking ST to open all files as JS doesnt work - reverts back as soon as the gulpfile is reopened.

Is there any reason this is there?

Thanks

ctf0 commented

i think i know why, can u send me a file with some code to test with ?

It doesnt matter what's in it. I use plugins such as 'javascript-snippets' that for example let me type 'cl' and press enter and I will get a console.log. Or I can select a group of text and hit Cmd-/ and it will comment things out. This works in a regular JS file but not once the GulpFile JS syntax is on.

ctf0 commented

okay, i will look into it today

Ruby Slim has the same problem

ctf0 commented

@cyberwombat apply the last commit and see if its fixed.
@Passerby ruby slim is already removed , so ur ST package should handle that automatically.

Looks like it works. Sweet. Thanks!