Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Last active November 27, 2019 13:52
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 bjoerntx/606fb342a276ee1c05ea58bb2182157c to your computer and use it in GitHub Desktop.
Save bjoerntx/606fb342a276ee1c05ea58bb2182157c to your computer and use it in GitHub Desktop.
// Angular bundles
bundles.Add(new Bundle("~/bundles/Angular")
.Include(
"~/bundles/AngularOutput/inline.*",
"~/bundles/AngularOutput/polyfills.*",
"~/bundles/AngularOutput/scripts.*",
"~/bundles/AngularOutput/vendor.*",
"~/bundles/AngularOutput/runtime.*",
"~/bundles/AngularOutput/main.*"));
bundles.Add(new Bundle("~/Content/Angular")
.Include("~/bundles/AngularOutput/styles.*"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment