Skip to content

Instantly share code, notes, and snippets.

@lucasvo
Created October 28, 2013 17:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucasvo/7200769 to your computer and use it in GitHub Desktop.
Save lucasvo/7200769 to your computer and use it in GitHub Desktop.
compileSass
MBLAV ➜ creamcheese (develop*) gradle watchSass
:installCompass UP-TO-DATE
:watchSass
BUILD SUCCESSFUL
Total time: 1.053 secs
MBLAV ➜ creamcheese (develop*) ps aux | grep sass
lucasvo 55333 2.5 0.6 3000824 107416 s001 S 10:09AM 0:04.70 /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java -client -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -Dfile.encoding=MacRoman -cp /Users/lucasvo/.gradle/caches/artifacts-26/filestore/org.jruby/jruby-complete/1.7.3/jar/2273e4c2a2abdd4b25a21bc513bfc05cfba31f3b/jruby-complete-1.7.3.jar org.jruby.Main -X-C -S compass watch --sass-dir /Users/lucasvo/Code/dundermifflin/creamcheese/src/scss --css-dir /Users/lucasvo/Code/dundermifflin/creamcheese/web-app/css/compiled --images-dir /Users/lucasvo/Code/dundermifflin/creamcheese/src/scss/sprites --app stand_alone --environment development --output-style compact --debug-info
lucasvo 55351 0.4 0.6 3001872 105904 s001 S 10:10AM 0:04.35 /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java -client -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -Dfile.encoding=MacRoman -cp /Users/lucasvo/.gradle/caches/artifacts-26/filestore/org.jruby/jruby-complete/1.7.3/jar/2273e4c2a2abdd4b25a21bc513bfc05cfba31f3b/jruby-complete-1.7.3.jar org.jruby.Main -X-C -S compass watch --sass-dir /Users/lucasvo/Code/dundermifflin/creamcheese/src/scss --css-dir /Users/lucasvo/Code/dundermifflin/creamcheese/web-app/css/compiled --images-dir /Users/lucasvo/Code/dundermifflin/creamcheese/src/scss/sprites --app stand_alone --environment development --output-style compact --debug-info
lucasvo 55370 0.3 0.6 3001872 106756 s001 S 10:10AM 0:03.90 /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java -client -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -Dfile.encoding=MacRoman -cp /Users/lucasvo/.gradle/caches/artifacts-26/filestore/org.jruby/jruby-complete/1.7.3/jar/2273e4c2a2abdd4b25a21bc513bfc05cfba31f3b/jruby-complete-1.7.3.jar org.jruby.Main -X-C -S compass watch --sass-dir /Users/lucasvo/Code/dundermifflin/creamcheese/src/scss --css-dir /Users/lucasvo/Code/dundermifflin/creamcheese/web-app/css/compiled --images-dir /Users/lucasvo/Code/dundermifflin/creamcheese/src/scss/sprites --app stand_alone --environment development --output-style compact --debug-info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment