https://github.com/sniperwolf/sublime-text-2-google-closure-build-system-for-windows
A Sublime Text 2 Google Closure Build System for Windows users.
https://github.com/sniperwolf/sublime-text-2-google-closure-build-system-for-windows
Last synced: 5 months ago
JSON representation
A Sublime Text 2 Google Closure Build System for Windows users.
- Host: GitHub
- URL: https://github.com/sniperwolf/sublime-text-2-google-closure-build-system-for-windows
- Owner: sniperwolf
- Created: 2013-02-11T15:21:55.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-04-24T21:40:57.000Z (about 12 years ago)
- Last Synced: 2025-10-26T05:40:23.756Z (9 months ago)
- Size: 128 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sublime-Text-2-Google-Closure-Build-System-for-Windows
============================================
A Sublime Text 2 Google Closure Build System for Windows users.
PREREQUISITES
------------------------------------
Java JRE must be installed on your Windows system and Google Closure *.jar (downloadable here - http://code.google.com/p/closure-compiler/downloads/detail?name=compiler-latest.zip) must be on your Sublime Text installation, in "\Data\Packages\User\Google Closure\".
INSTALLATION
------------------------------------
1. Download the zipped package from Github;
2. Browse to the Sublime Text 2 Package folder:
C:\Users\\AppData\Roaming\Sublime Text 2\Packages
3. Once opened, close Sublime Text 2;
4. Extract the *.zip, rename the folder to "Google Closure Build" (or something like this) and move it in the package folder;
5. Restart Sublime Text 2.
Now you will find the Sass build system in "Tools" -> "Build Systems..." -> "Google Closure".
Enjoy!