Skip to content

Instantly share code, notes, and snippets.

@zachlendon
Created November 17, 2012 05:41
Show Gist options
  • Save zachlendon/4093607 to your computer and use it in GitHub Desktop.
Save zachlendon/4093607 to your computer and use it in GitHub Desktop.
Tincr.json example
{
"toFile" : [
{"from": "/js/(.+\\.js)",
"to": "/js/$1"},
{"from": "/css/(.+\\.css)",
"to": "/css/$1"}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment