Skip to content

Instantly share code, notes, and snippets.

@beratdogan
Created April 13, 2014 00:53
Show Gist options
  • Save beratdogan/10564016 to your computer and use it in GitHub Desktop.
Save beratdogan/10564016 to your computer and use it in GitHub Desktop.
Appends seperated .coffee files into one file, and compiles as application.js. So cool, hah?
#!/bin/sh
clear
echo "CoffeeScript watching you!"
coffee -j js/application.js -wc js/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment