Skip to content

Commit

Permalink
CU-8687yhbz5 fixing bug in pub package
Browse files Browse the repository at this point in the history
  • Loading branch information
ucswift committed May 12, 2024
1 parent a9b5912 commit af826f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Web/Resgrid.WebCore/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ public void ConfigureServices(IServiceCollection services)
pipeline.MinifyCssFiles("/css/**/*.css");
// Public (external website) public style bundles
pipeline.AddCssBundle("/css/pub-bundle.css", "css/style.css", "css/animate.css", "css/pricing/pricing-tables.css", "lib/font-awesome/css/font-awesome.min.css");
pipeline.AddCssBundle("/css/pub-bundle.css", "css/style.css", "css/animate.css", "lib/font-awesome/css/font-awesome.min.css");
// Angular App code
pipeline.AddJavaScriptBundle("/js/ng/app.js", "js/ng/vendor.js", "js/ng/runtime.js", "js/ng/polyfills.js", "js/ng/main.js");
Expand Down

0 comments on commit af826f8

Please sign in to comment.