Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post May 20, 2012 08:05 PM by neozack
0 Points
1 Post
May 16, 2012 01:38 PM|LINK
Hi All
I am a newbie at SPA and MVC4.
On creating a new SPA project, I tried to add a new css file in the css folder. To get the new css downloaded I had to comment out :
BundleTable.Bundles.RegisterTemplateBundles();
and insert :
BundleTable.Bundles.EnableDefaultBundles();
After this when I tried running the application (by pressing F5), I found that the debugger showed a Javascript error.
After removing "EnableDefaultBundles" the JS error got resolved.
Am I doing anything wrong ?
Thanks,
Amitav.
Member
4 Points
2 Posts
May 20, 2012 08:05 PM|LINK
Same problem out here. I think it might be some incompatibility with versions of jquery and jquery ui?
But I'm no javascript expert. Could someone check on this?
JQuery javascript
amitava.nath
0 Points
1 Post
Javascript error with EnableDefaultBundles
May 16, 2012 01:38 PM|LINK
Hi All
I am a newbie at SPA and MVC4.
On creating a new SPA project, I tried to add a new css file in the css folder. To get the new css downloaded I had to comment out :
BundleTable.Bundles.RegisterTemplateBundles();
and insert :
BundleTable.Bundles.EnableDefaultBundles();
After this when I tried running the application (by pressing F5), I found that the debugger showed a Javascript error.
After removing "EnableDefaultBundles" the JS error got resolved.
Am I doing anything wrong ?
Thanks,
Amitav.
neozack
Member
4 Points
2 Posts
Re: Javascript error with EnableDefaultBundles
May 20, 2012 08:05 PM|LINK
Same problem out here. I think it might be some incompatibility with versions of jquery and jquery ui?
But I'm no javascript expert. Could someone check on this?
JQuery javascript