Skip to content

Commit

Permalink
Merge pull request #119 from Resgrid/develop
Browse files Browse the repository at this point in the history
CU-8687yhbz5 fixing bug in pub package
  • Loading branch information
ucswift authored May 12, 2024
2 parents 727bc98 + af826f8 commit 8bbe4a8
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 8bbe4a8

Please sign in to comment.