Upgrade from Zurb Foundation 4 to 5 in ASP.NET MVC4.

Thu

I am new to SASS and Zurb Foundation but I need to upgrade an ASP.NET MVC4 project using Zurb Foundation 4 with SASS to Foundation 5. As far as I know, there is no Nuget package for Foundation 5 yet so I had to download the Foundation 5 with SASS version from https://github.com/zurb/foundation/tree/scss-standaloneand manually added to my project and build solution. In the packages.config file, I still see this

<package id="Foundation4.Core.Sass" version="4.1.6" targetFramework="net45" /> <package id="Foundation4.MVC4.Sass" version="1.2.416" targetFramework="net45" />

Should I also modify the packages.config manually to Foundation5 or is there any other way to upgrade to Foundation 5? I already have Web Workbench installed. Many thanks!

Arnstein

I've just updated my MVC project from 4 to 5. There is a nuget package for ver 5 out now. I uninstalled Foundation 4 first(be sure to take a backup if you have made changes directly in a foundation file). Then I installed the new Foundation 5 package. There a few changes so you should follow the migration guide provided here: http://foundation.zurb.com/docs/upgrading.html. Good luck!

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Upgrade from Zurb Foundation 4 to 5 in ASP.NET MVC4.

From Dev

Rails 4, Heroku, Zurb Foundation 5

From Dev

Best practice for Laravel 4 + Zurb Foundation 5?

From Dev

Zurb Foundation 5, how to upgrade javascripts with compass?

From Dev

Foundation 5 Zurb: alignment issue with large-4

From Dev

Zurb Foundation 4 on mobile device

From Dev

Routing ASP.NET MVC4

From Dev

ASP.NET MVC4 ActionFilters

From Dev

JSON in ASP.NET MVC4

From Dev

Routing in Asp.Net MVC4

From Dev

ASP.NET MVC4 routes

From Dev

Routing ASP.NET MVC4

From Dev

Weird Error Upgrading ASP.NET MVC from 4 to 5

From Dev

Zurb Foundation 4 - no paddings for first and last columns

From Dev

Calling View of different folder from Asp.net mvc4 controller

From Dev

Return List<T> from controller to ajax in asp.net mvc4

From Dev

asp.net mvc4 jquery get value from ajax

From Dev

Is it possible to send push notifications from an ASP.NET MVC4 form to windows azure mobile services

From Dev

How to pass model from view to javascript in asp.net MVC4

From Dev

How to retrieve image from database without using Entity Framework in ASP.NET MVC4

From Dev

Display List return from a controller to a table in view ASP.NET MVC4

From Dev

How to get checkbox values from another form with asp .net MVC4?

From Dev

How do I carry an Id from one view to another, in ASP.NET MVC4?

From Dev

Calling View of different folder from Asp.net mvc4 controller

From Dev

Connection Strings error from the Web.config File in asp.net mvc4

From Dev

How to retrieve image from database without using Entity Framework in ASP.NET MVC4

From Dev

How to retrieve value from a form and insert into Modal Box using asp.net mvc4

From Dev

Pass dropdownlist value from View to Controller in Asp.Net MVC4 without using jquery or javascript?

From Dev

Binding Image in ASP.NET MVC4 from a byte array

Related Related

  1. 1

    Upgrade from Zurb Foundation 4 to 5 in ASP.NET MVC4.

  2. 2

    Rails 4, Heroku, Zurb Foundation 5

  3. 3

    Best practice for Laravel 4 + Zurb Foundation 5?

  4. 4

    Zurb Foundation 5, how to upgrade javascripts with compass?

  5. 5

    Foundation 5 Zurb: alignment issue with large-4

  6. 6

    Zurb Foundation 4 on mobile device

  7. 7

    Routing ASP.NET MVC4

  8. 8

    ASP.NET MVC4 ActionFilters

  9. 9

    JSON in ASP.NET MVC4

  10. 10

    Routing in Asp.Net MVC4

  11. 11

    ASP.NET MVC4 routes

  12. 12

    Routing ASP.NET MVC4

  13. 13

    Weird Error Upgrading ASP.NET MVC from 4 to 5

  14. 14

    Zurb Foundation 4 - no paddings for first and last columns

  15. 15

    Calling View of different folder from Asp.net mvc4 controller

  16. 16

    Return List<T> from controller to ajax in asp.net mvc4

  17. 17

    asp.net mvc4 jquery get value from ajax

  18. 18

    Is it possible to send push notifications from an ASP.NET MVC4 form to windows azure mobile services

  19. 19

    How to pass model from view to javascript in asp.net MVC4

  20. 20

    How to retrieve image from database without using Entity Framework in ASP.NET MVC4

  21. 21

    Display List return from a controller to a table in view ASP.NET MVC4

  22. 22

    How to get checkbox values from another form with asp .net MVC4?

  23. 23

    How do I carry an Id from one view to another, in ASP.NET MVC4?

  24. 24

    Calling View of different folder from Asp.net mvc4 controller

  25. 25

    Connection Strings error from the Web.config File in asp.net mvc4

  26. 26

    How to retrieve image from database without using Entity Framework in ASP.NET MVC4

  27. 27

    How to retrieve value from a form and insert into Modal Box using asp.net mvc4

  28. 28

    Pass dropdownlist value from View to Controller in Asp.Net MVC4 without using jquery or javascript?

  29. 29

    Binding Image in ASP.NET MVC4 from a byte array

HotTag

Archive