Skip to content

Instantly share code, notes, and snippets.

@MaLKaVeS
Forked from howarddierking/gist:2869445
Created October 16, 2012 05:45
Show Gist options
  • Save MaLKaVeS/3897398 to your computer and use it in GitHub Desktop.
Save MaLKaVeS/3897398 to your computer and use it in GitHub Desktop.
Bundle registration in VS 2012 RC
bundles.Add(new StyleBundle("~/Content/themes/base/css").Include(
"~/Content/themes/base/jquery.ui.core.css",
"~/Content/themes/base/jquery.ui.resizable.css",
"~/Content/themes/base/jquery.ui.selectable.css",
"~/Content/themes/base/jquery.ui.accordion.css",
"~/Content/themes/base/jquery.ui.autocomplete.css",
"~/Content/themes/base/jquery.ui.button.css",
"~/Content/themes/base/jquery.ui.dialog.css",
"~/Content/themes/base/jquery.ui.slider.css",
"~/Content/themes/base/jquery.ui.tabs.css",
"~/Content/themes/base/jquery.ui.datepicker.css",
"~/Content/themes/base/jquery.ui.progressbar.css",
"~/Content/themes/base/jquery.ui.theme.css"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment