NEWS -- 16-May-2017 Due to pending Codeplex shutdown, code has been moved to https://github.com/jamescurran/JavascriptHelper

Project Description

JavascriptHelper is a MVC component which allows you to specify that a Javascript file is needed, wherever you need it (view, partial views, layouts, helpers etc.) and the helper will collection them all up, plus all their dependencies – in the right order-- and insert all the <script> tags in one spot --- and at the same time, do the same thing for the CSS files those JS scripts need.

Goals:

My goals for the JavascriptHelper were the following:

Background
Usage
Next Steps
Source Code