Base solution for your next web application
Open Closed

MVC 6/Grunt/Gulp/Bower #1382


User avatar
0
zokho created

Hi, Is there any plan to add MVC 6 and other new related stuff (Bower, Grunt, ...) to the auto generated project? I have read some about MVC 6.0 and seems there are many changes compared to the old versions. BundleConfig.cs file is one of those changes that has been replaced by Grunt/Gulp files.

Thanks


6 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Yes, we are working on a aspnet core template <a class="postlink" href="https://github.com/aspnetboilerplate/aspnet-core-template">https://github.com/aspnetboilerplate/as ... e-template</a>

  • User Avatar
    0
    hikalkan created
    Support Team

    Gulp/grunt is also changed on asp.net core 1.0 release to "bundler & minifyer": <a class="postlink" href="https://visualstudiogallery.msdn.microsoft.com/9ec27da7-e24b-4d56-8064-fd7e88ac1c40">https://visualstudiogallery.msdn.micros ... 7e88ac1c40</a>

    see <a class="postlink" href="https://blogs.msdn.microsoft.com/webdev/2016/06/27/announcing-asp-net-core-1-0/">https://blogs.msdn.microsoft.com/webdev ... -core-1-0/</a>

    :)

  • User Avatar
    0
    zokho created

    Cool! Thanks for your update! any estimation on when it will be in place? Reason is I am about to start an app and wonder if it is worth delaying it till you guys finished the migration :D

  • User Avatar
    0
    hikalkan created
    Support Team

    Before the template, we are working on the framework, which will be probably completed on 20th July: <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/milestone/46">https://github.com/aspnetboilerplate/as ... lestone/46</a> We are also documenting it: <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/blob/dev/doc/WebSite/AspNet-Core.html">https://github.com/aspnetboilerplate/as ... -Core.html</a>

    Then you don't have to wait for template, you can create your own solution by getting this as a sample: <a class="postlink" href="https://github.com/aspnetboilerplate/aspnet-core-template">https://github.com/aspnetboilerplate/as ... e-template</a>

    But we hope that the minimal startup template will be available in 2 weeks after v0.10.0 release.

  • User Avatar
    0
    zokho created

    Hi Ibrahim Just came across your post on twitter that you have released the new version of ABP Framework compatible with ASP .Net Core. ([http://volosoft.com/asp-net-boilerplate-v0-10-0-has-been-released/])) Good Job ;) At very first lines it has been pointed that you are still working on the Start up template and you will announce it on Twitter once finished. However, in the conclusion section it says that Documentation and Start up template both have been updated. Just created a blank project from start up template and can't see any changes with that regard though?!

  • User Avatar
    0
    hikalkan created
    Support Team

    Startup template upgraded for existing ASP.NET 5.x template, there is not an ASP.NET Core template released yet.