Open domtheluck opened 9 years ago
@domtheluck @CezarCretu I have put some effort into supporting Asp.Net 5. Have a look at the RequireJsDotNet_Dnx_rc1_final branch on my RequireJsDotNet fork.
As the name suggests, this has been developed against rc1 so wil probably need some amendment when rc2 is released.
I added a new solution file which contains the modified RequireJsNet project and an MVC6 test app which (hopefully) demonstrates that all works well using areas, relative entry points and virtual paths.
I haven't removed the original solution or projects but I haven't looked at updating them either.
Credit to Marc Gravell whose Road to Dnx blog posts helped me get into this.
Updated for ASP.NET Core 1.0.
None of the supporting projects (Compressor etc) have been updated.
https://github.com/davidsk/RequireJSDotNet/tree/RequireJsDotNet_Core1.0
Are you planning to support MVC 6?