Skip to content

Instantly share code, notes, and snippets.

@jansanchez
Last active December 21, 2015 02:39
Show Gist options
  • Save jansanchez/6236445 to your computer and use it in GitHub Desktop.
Save jansanchez/6236445 to your computer and use it in GitHub Desktop.
chaplin native coffee compile
# Agregar al final del archivo: ~/.bashrc
alias chaplin='coffee --watch --bare --output src/public/static/js/um/ frontend/chaplin/coffee/'
# para ejecutar: solo escribir en el terminal lo siguiente:
chaplin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment