-
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
sublime-gulp outputting "gulp:'path-to-gulpfile-here/gulpfile.js'" #61
Comments
Hmm that's weird. Could you open the Sublime Console ( |
Sure thing, this is what I get:
Erasing .sublime-gulp.cache unfortunately doesn't solve it. |
It's kind of weird that you can run arbitrary tasks but not the base I'm shooting in the dark here but if you leave the following on your
And run |
This is the
This is what that file looks like when I replace the contents with the code you provided:
I didn't have to delete the
|
Ok, the package seems to be doing everything right up until the point of reading the cache. I tried the same If you're up to it, you could do some tinkering of your own. If you open your
And
on line Both logs will be visible on the Thanks ! |
Running on Mac OSX, sublime text version 3103 with fix mac path installed as well
I've checked my gulpfile and even replaced it with a very simple gulp file that merely executes a console.log, if I run gulp from terminal things work perfectly, but for whatever reason sublime-gulp will show a dialog popup with the following:
gulp:'path-to-gulpfile-here/gulpfile.js'
and nothing else happens.
I can explicitly execute tasks by using the gulp: run arbitrary task command but it would be nice to see the list of gulp tasks.
The text was updated successfully, but these errors were encountered: