Skip to content
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

No output in ST3 #72

Open
ccschmitz opened this issue Oct 31, 2013 · 4 comments
Open

No output in ST3 #72

ccschmitz opened this issue Oct 31, 2013 · 4 comments

Comments

@ccschmitz
Copy link

Just installed in ST3 and tried to start up guard but nothing happens. I can open the console but there's no output and I don't get any sort of visual feedback.

I'm running the dev builds of ST3 on OSX Mavericks. I know you probably need more information to troubleshoot this, but I'm not sure how to find that. Let me know if there's a way I can get you more details on this.

@tbueno
Copy link
Collaborator

tbueno commented Nov 3, 2013

Yes, it happened to me as well. It is apparently working normally when you install it manually (without Package Manager).

@ccschmitz
Copy link
Author

@tbueno installing manually worked for me. Thanks for the tip.

@edubkendo
Copy link

If you put a blank file in the plugin directory called .no-sublime-package, Package Manager won't attempt to zip it up into a sublime-package file for the InstalledPackages dir, and will instead just clone it into the Packages dir. When it works cloned, but not installed via PackageManager, that's usually an indication some resource is having issues due to being zipped. Although, often, the problem is the use of a filepath. This can be avoided by using the sublime.find_resources api.

nightpool added a commit to nightpool/sublime_guard that referenced this issue Oct 19, 2015
Otherwise, Guard will never start on sublime 3.

Fixes drewdeponte#80, drewdeponte#76, drewdeponte#72, and probably others.
@nightpool
Copy link
Contributor

@edubkendo unfortunately, just using find_resources doesn't help us here, as we're trying to execute something in our zipped package. I've added the no-sublime-package file in pr #83

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants