Skip to content

Instantly share code, notes, and snippets.

@mrkurt
Created December 29, 2010 18:52
Show Gist options
  • Save mrkurt/758885 to your computer and use it in GitHub Desktop.
Save mrkurt/758885 to your computer and use it in GitHub Desktop.
#!/bin/sh
coffee -r ./app/scripts/production-replacements.coffee -c -o public/javascripts app/scripts/copypasta.coffee
git update-index --no-assume-unchanged public/javascripts/copypasta.js
git add -f public/javascripts/copypasta.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment