Skip to content

Instantly share code, notes, and snippets.

@oclockvn
Created April 10, 2015 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oclockvn/2fcd876b58d4c868e6d8 to your computer and use it in GitHub Desktop.
Save oclockvn/2fcd876b58d4c868e6d8 to your computer and use it in GitHub Desktop.
bundles.Add(new ScriptBundle("~/bundles/modernizr").Include("~/Scripts/modernizr"));
bundles.Add(new ScriptBundle("~/bundles/modernizr").Include(
"~/Scripts/bootstrap.js"
"~/Scripts/toastr.js" // toastr js
"~/Scripts/bootstrap.js"));
bundles.Add(new StyleBundle("~/Content/css").Include(
"~/Content/bootstrap.css",
"~/Content/toastr.css", // toastr css
"~/Content/site.css"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment