Last active
June 29, 2017 09:35
-
-
Save thomasbilk/19cfaf6cadbf01f028d9 to your computer and use it in GitHub Desktop.
Revisions
-
zombat revised this gist
Nov 7, 2014 . 1 changed file with 6 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,18 +5,18 @@ Download jruby complete: Now rename it: mv jruby-complete-1.7.13.jar scss.jar Next install gems: java -jar scss.jar -S gem install -i gems sass --no-document --no-format-executable java -jar scss.jar -S gem install -i gems bourbon --no-document --no-format-executable java -jar scss.jar -S gem install -i gems neat --no-document --no-format-executable Finally bundle it: jar uf scss.jar -C gems . The new `jar` File can now be used like this: java -jar scss.jar -S scss styles.scss -
zombat revised this gist
Nov 7, 2014 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,9 +9,9 @@ Now rename it: Next install gems: java -jar sass.jar -S gem install -i gems sass --no-document rdoc --no-document ri java -jar sass.jar -S gem install -i gems bourbon --no-document rdoc --no-document ri java -jar sass.jar -S gem install -i gems neat --no-document rdoc --no-document ri Finally bundle it: -
zombat created this gist
Aug 25, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,22 @@ Download jruby complete: curl -O http://jruby.org.s3.amazonaws.com/downloads/1.7.13/jruby-complete-1.7.13.jar Now rename it: mv jruby-complete-1.7.13.jar sass.jar Next install gems: java -jar sass.jar -S gem install -i gems sass --no-rdoc --no-ri java -jar sass.jar -S gem install -i gems bourbon --no-rdoc --no-ri java -jar sass.jar -S gem install -i gems neat --no-rdoc --no-ri Finally bundle it: jar uf sass.jar -C gems . The new `jar` File can now be used like this: java -jar sass.jar -S scss styles.scss