ProCoSys / Bifrost

Application Development Framework promoting good development practices such as CQRS and MVVM (see readme)
http://bifrost.dolittle.com
Other
1 stars 1 forks source link

Upgrade knockout and jquery #41

Closed bnordli closed 8 years ago

bnordli commented 8 years ago

Bifrost should run on latest versions of jquery and knockout. In addition, Bifrost.Web should not list them as NuGet dependencies. (Either, clients should provide compatible versions themselves, or just use the version that is bundled with Bifrost using WebConfiguration.ScriptsToInclude.)

This is one step towards fixing #34. In the end, Bifrost should not include any versions of jquery or knockout, but loading them using requirejs.

andersnygaard commented 8 years ago

Resolved with pull request #42