File tree Expand file tree Collapse file tree 3 files changed +19
-25
lines changed
AbpCompanyName.AbpProjectName.WebMpa/App_Start
AbpCompanyName.AbpProjectName.WebSpaAngular/App_Start
AbpCompanyName.AbpProjectName.WebSpaDurandal/App_Start Expand file tree Collapse file tree 3 files changed +19
-25
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,12 @@ public static void RegisterBundles(BundleCollection bundles)
13
13
//~/Bundles/vendor/css
14
14
bundles . Add (
15
15
new StyleBundle ( "~/Bundles/vendor/css" )
16
- . Include (
17
- "~/Content/themes/base/all.css" ,
18
- "~/Content/bootstrap-cosmo.min.css" ,
19
- "~/Content/toastr.min.css" ,
20
- "~/Scripts/sweetalert/sweet-alert.css" ,
21
- "~/Content/flags/famfamfam-flags.css" ,
22
- "~/Content/font-awesome.min.css"
23
- )
16
+ . Include ( "~/Content/themes/base/all.css" , new CssRewriteUrlTransform ( ) )
17
+ . Include ( "~/Content/bootstrap-cosmo.min.css" , new CssRewriteUrlTransform ( ) )
18
+ . Include ( "~/Content/toastr.min.css" )
19
+ . Include ( "~/Scripts/sweetalert/sweet-alert.css" )
20
+ . Include ( "~/Content/flags/famfamfam-flags.css" , new CssRewriteUrlTransform ( ) )
21
+ . Include ( "~/Content/font-awesome.min.css" , new CssRewriteUrlTransform ( ) )
24
22
) ;
25
23
26
24
//~/Bundles/vendor/js/top (These scripts should be included in the head of the page)
Original file line number Diff line number Diff line change @@ -13,14 +13,12 @@ public static void RegisterBundles(BundleCollection bundles)
13
13
//~/Bundles/App/vendor/css
14
14
bundles . Add (
15
15
new StyleBundle ( "~/Bundles/App/vendor/css" )
16
- . Include (
17
- "~/Content/themes/base/all.css" ,
18
- "~/Content/bootstrap-cosmo.min.css" ,
19
- "~/Content/toastr.min.css" ,
20
- "~/Scripts/sweetalert/sweet-alert.css" ,
21
- "~/Content/flags/famfamfam-flags.css" ,
22
- "~/Content/font-awesome.min.css"
23
- )
16
+ . Include ( "~/Content/themes/base/all.css" , new CssRewriteUrlTransform ( ) )
17
+ . Include ( "~/Content/bootstrap-cosmo.min.css" , new CssRewriteUrlTransform ( ) )
18
+ . Include ( "~/Content/toastr.min.css" )
19
+ . Include ( "~/Scripts/sweetalert/sweet-alert.css" )
20
+ . Include ( "~/Content/flags/famfamfam-flags.css" , new CssRewriteUrlTransform ( ) )
21
+ . Include ( "~/Content/font-awesome.min.css" , new CssRewriteUrlTransform ( ) )
24
22
) ;
25
23
26
24
//~/Bundles/App/vendor/js
Original file line number Diff line number Diff line change @@ -13,15 +13,13 @@ public static void RegisterBundles(BundleCollection bundles)
13
13
//~/Bundles/App/vendor/css
14
14
bundles . Add (
15
15
new StyleBundle ( "~/Bundles/App/vendor/css" )
16
- . Include (
17
- "~/Content/themes/base/all.css" ,
18
- "~/Content/bootstrap-cosmo.min.css" ,
19
- "~/Content/durandal.css" ,
20
- "~/Content/toastr.min.css" ,
21
- "~/Scripts/sweetalert/sweet-alert.css" ,
22
- "~/Content/flags/famfamfam-flags.css" ,
23
- "~/Content/font-awesome.min.css"
24
- )
16
+ . Include ( "~/Content/themes/base/all.css" , new CssRewriteUrlTransform ( ) )
17
+ . Include ( "~/Content/bootstrap-cosmo.min.css" , new CssRewriteUrlTransform ( ) )
18
+ . Include ( "~/Content/durandal.css" )
19
+ . Include ( "~/Content/toastr.min.css" )
20
+ . Include ( "~/Scripts/sweetalert/sweet-alert.css" )
21
+ . Include ( "~/Content/flags/famfamfam-flags.css" , new CssRewriteUrlTransform ( ) )
22
+ . Include ( "~/Content/font-awesome.min.css" , new CssRewriteUrlTransform ( ) )
25
23
) ;
26
24
27
25
//~/Bundles/vendor/js/top (These scripts should be included in the head of the page)
You can’t perform that action at this time.
0 commit comments