Skip to content

Instantly share code, notes, and snippets.

@lukrizal
Last active August 29, 2015 14:18
Show Gist options
  • Save lukrizal/baf3bf6084474b9b46a3 to your computer and use it in GitHub Desktop.
Save lukrizal/baf3bf6084474b9b46a3 to your computer and use it in GitHub Desktop.
Regex
(?<=asset)((.*?)(\.min))(?=\.css)
$2{{assetMin('.min')}}
(\w)(\.css)
$1{{assetMin()}}$2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment