-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gulpfile in ES6 #62
Comments
Actually it never came up as a desired feature but I like the idea. The problem is that the package has to run the
|
By having the babel transpiler present using This looks like an accurate tutorial to how we set ours up: http://macr.ae/article/gulp-and-babel.html |
Hello again! I created a test project with:
Which has
and I installed After doing that, I can run Am I missing something? |
That worked a ok running through the plugin? Huh, then something else is messing with this on our end... |
In the spirit of troubleshooting this, your gulpfile is called I run into the save problem as you using ES6 and a gulpfile called |
Arg, my mistake: so executing the default task or an arbitrary task works but getting a list of tasks does not, it seems to be creating a |
The weird thing is that it looks like ES6 is being recognized in your project, but another issue makes it blow up, because the error says If you don't mind, could you paste your |
Hey @nicosantangelo !
My gulpfile is written in ES6 and I'm encountering this error:
It looks like sublime-gulp doesn't support ES6 at the moment. Are there plans in the future? Or is it another issue?
The text was updated successfully, but these errors were encountered: