feat(ST2.EditorPackages): bump up all packages
- Refresh PackageCache with latest versions of everything
This commit is contained in:
		| @@ -82,11 +82,6 @@ class CompassThread(threading.Thread): | ||||
|       global LivereloadFactory | ||||
|       print 'compass compile ' + self.dirname | ||||
|  | ||||
|       # autocreate config.rb for compass | ||||
|       if not os.path.exists(os.path.join(self.dirname, "config.rb")): | ||||
|         print "Generating config.rb" | ||||
|         shutil.copy(os.path.join(sublime.packages_path(), "LiveReload","assets","config.rb"), self.dirname) | ||||
|  | ||||
|       # compass compile | ||||
|       p = subprocess.Popen(['compass compile ' + self.dirname.replace('\\','/')],shell=True,  stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.STDOUT ) | ||||
|       if p.stdout.read() : | ||||
| @@ -433,4 +428,4 @@ class WSRequestHandler(SimpleHTTPRequestHandler): | ||||
|  | ||||
|     def log_message(self, f, *args): | ||||
|         # Save instead of printing | ||||
|         self.last_message = f % args | ||||
|         self.last_message = f % args | ||||
|   | ||||
		Reference in New Issue
	
	Block a user