- get Chirpy by going here and clicking the big green "Download" button
- open Chirpy.vsi which should bring up an installation wizard
- after completing the wizard, install Google Closure from here
- assuming you are using Windows 7, move compiler.jar (in compiler.zip) to C:\Users\
\Documents\Visual Studio 2010\Addins - download and install the Java SE Development Kit 7
- right-click on the "My Computer" at your desktop and then select Properties
- when the Properties dialog box appears, first navigate to the Advanced tab and then click the "Environment Variables..." button
- at Environment Variables:
create a variable for JAVA_HOME with
C:\Program Files\Java\jre7 as the value
open the Path variable and splice
;C:\Program Files\Java\jre7\bin onto the end of the string
further prep steps at Visual Studio
- at Tools > Options > Chirpy > Javascript (js) ...uncheck "run JS Hint" and change .chirp.js to .full.js
- at Tools > Options > Chirpy > Google Closure Compiler ...check "Use Offline Compression"
- CSS Is Less in another Visual Studio Add-in to install
No comments:
Post a Comment