Skip to content

Instantly share code, notes, and snippets.

@karlstolley
Created April 11, 2016 19:20
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 karlstolley/5ff70dff7d2c9aa93ab7afc2b92b185b to your computer and use it in GitHub Desktop.
Save karlstolley/5ff70dff7d2c9aa93ab7afc2b92b185b to your computer and use it in GitHub Desktop.
HAML/Sass aliases with Node.js
# Depends on having installed HAML and Sass preprocessors in node, e.g.,
# $ npm install -g coffee-script haml-coffee node-sass
alias hamlr="haml-coffee -r -f xhtml -i"
alias sassr="node-sass --output-style expanded"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment