Click here to Skip to main content
15,896,606 members
Articles / Web Development / ASP.NET

JavascriptHelper:Managing JS files for ASP.NET MVC (With Bundling)

Rate me:
Please Sign up or sign in to vote.
4.43/5 (5 votes)
30 Jun 2012CPOL17 min read 49.1K   499   20  
JavascriptHelper is a MVC component which allows you to specify that a JavaScript file is needed, wherever you need it and the helper will collection them all up, plus all their dependencies and insert all the (along with their associated CSS files) tags in one spots in the layout.

Revisions


  

Compare Revision Minor Date Status Editor
8 - publicly available Yes 30-Jun-12 5:42 Available James Curran
The article has been approved
7 No 30-Jun-12 3:53 Pending James Curran
Trying to get the file download to work.
6 No 30-Jun-12 3:34 Pending James Curran
Fixed some typos
5 No 29-Jun-12 7:47 Available Smitha Nishant
Updates in content. 2 changes had been made.
4 No 29-Jun-12 7:46 Available Smitha Nishant
Updates in content. 116 changes had been made.
3 No 29-Jun-12 6:28 Pending James Curran
added source code zip
1 No 28-Jun-12 22:06 Pending James Curran
Initial creation

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) NovelTheory LLC
United States United States
20+ years as a developer : Assembly, C, C++ and C# (in that order) with sidelines in ASP/VBScript, ASP.Net, JavaScript, Perl, QuickBasic, VisualBasic, plus a few others which I'm not going to mention because if I did someone might ask me to use them again (shudder)

Microsoft MVP in VC++ (1994-2004)

I also run www.NJTheater.com as a hobby.

Full resume & stuff at NovelTheory.com

Underused blog at HonestIllusion.com

Comments and Discussions