vtfuture / RequireJSDotNet

RequireJS for ASP.NET MVC
http://requirejsnet.veritech.io
MIT License
94 stars 46 forks source link

MVC 6 (Asp.Net 5) Supporr #57

Open domtheluck opened 9 years ago

domtheluck commented 9 years ago

Are you planning to support MVC 6?

davidsk commented 8 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.

davidsk commented 8 years ago

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