Skip to content

Instantly share code, notes, and snippets.

View MaLKaVeS's full-sized avatar
:octocat:
Just having fun

Álvaro Pardo MaLKaVeS

:octocat:
Just having fun
  • SDM Programas
  • Spain
View GitHub Profile
@MaLKaVeS
MaLKaVeS / gist:3897398
Created October 16, 2012 05:45 — forked from howarddierking/gist:2869445
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",