andrewdavey / cassette

Manages .NET web application assets (scripts, css and templates)
http://getcassette.net
MIT License
534 stars 143 forks source link

Use proper backreference syntax #447

Closed Daniel15 closed 10 years ago

Daniel15 commented 10 years ago

\<name> is not a documented backreference syntax, and does not work on Mono. I have switched this to \k<name> which is the documented syntax that works on Mono.

Source: http://msdn.microsoft.com/en-us/library/thwdfzxy(v=vs.110).aspx