dart-sublime-bundle
dart-sublime-bundle copied to clipboard
Distribute as Dart.sublime-package
I don't know whether we can tell Package Control to exclude/include specific files and folders, but I don't see why we could not distribute this package in a tidier way.
All in all, I don't think it makes much of a difference; just less garbage files in the target system.
If we do,though, remember to distribute files as precompiled Python files at some point. pyo files don't get cached in zipped Python packages, so there might by a small performance penalty at load time if we used the .py files and we had many of those and they were large. Not our case at present.
I had issues with the compressed package on the mac, namely Mac OS doesn't like editing files inside a compressed packed, so changing default settings is pretty much impossible.
What settings can't you change? Isn't it possible to override them using a settings file under User?
Yes that should work.
Is this still an open issue?
This is meant in the long run. We don't need to worry about this now.