jwvdiermen / grunt-include-source

Include lists of files into your source files automatically.
MIT License
68 stars 31 forks source link

Support for cshtml (ASP.NET MVC). #33

Closed StevenVandenBroeck closed 9 years ago

jwvdiermen commented 9 years ago

Thanks for your pull request. I was thinking, since the syntax is identical, it is probably easier to just implement a feature to specify "aliases", meaning it will handle .cshtml files as if it were .html files. I'll cook up something and let you know when it's available.

jwvdiermen commented 9 years ago

It's available, let me know if this does what you want it to do. Support for .cshtml files should be available by default, so you don't need to modify your options. See the README for more details.

StevenVandenBroeck commented 9 years ago

Yup, that does it. Thanks.