Skip to content

Instantly share code, notes, and snippets.

@kurisubrooks
Last active August 29, 2015 14:19
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 kurisubrooks/b57b888faa1943744c4f to your computer and use it in GitHub Desktop.
Save kurisubrooks/b57b888faa1943744c4f to your computer and use it in GitHub Desktop.
Caramel Sass Compiler
kurisu:$ ruby path/to/compile.rb
[*] Caramel Sass Compiler
[*] Syntax: 'ruby path/to/compile.rb path/to/caramel.scss'
[!] ERROR: File Missing. You didn't include a file!
[-] Please enter the file path:
path/to/caramel.scss
[*] Compiling > .css
[*] Minifying > .min.css
[*] Done! Press Return to end the script.
——————————————————————————————————————————————————————————————
kurisu:$ ruby path/to/compile.rb path/to/caramel.scss
[*] Caramel Sass Compiler
[*] Syntax: 'ruby path/to/compile.rb path/to/caramel.scss'
[*] Compiling > .css
[*] Minifying > .min.css
[*] Done! Press Return to end the script.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment