Open shankie-codes opened 9 years ago
That's weird. I can't think of something that could break without throwing errors after the update, so two questions:
gulp
on the terminal works?gulp
tasks are you using?Thanks!
I know! Very strange.
Answers:
gulp
works fine on the terminalThanks!
I'm currently running El Capitan here so I'll give it a try and report back. If you find a way to consistently reproduce the bug please let me know!
Good stuff. Indeed I'm hoping to find something consistent at the moment as well.
Can you think about how I'd go about completely removing the package? Is it just a matter of deleting the package's folder, or are there other bits kicking around that I need to be aware of? I was thinking that it might be worth starting from scratch.
Good idea!
Deleting the folder should be enough. If you have custom user settings you could delete those too (User
folder) but it's not really important. If you're using Package Control
you can use Package Control: Remove package
.
Also, you could remove the .sublime-gulp.cache
file of your project (you can use Gulp: Delete Cache
if you want)
Hmm unfortunately that doesn't seem to have helped! I've removed and reinstalled and deleted the cache. Still can't find a pattern as to why it stops working.
There's another issue that I've been having since upgrading to El Capitan:
https://github.com/wbond/package_control/issues/1002#issuecomment-151703504
Do you think that could be related?
I don't think so because is related with crypto and I'm using the basic Thread
and subprocess
Python libraries for SublimeGulp
but I wouldn't discard it.
Sadly I couldn't reproduce the bug yet and I have little free time lately because I'm behind schedule in some paying work but I'm slowly working on it (that said, if you find a specific way to replicate the bug, let me know!)
Ok, fair enough! I'm under it with client work at the moment as well! I'll let you know if I find a way of reproducing it.
I'm having a wee problem with the Gulp package after upgrading to El Capitan.
On launching ST3, the Gulp package works as normal, but after some time, it stops working and new calls no longer bring up the list of tasks. No error message is displayed.
Any idea what might be going on?
Thanks!