Guest User

Untitled

a guest
Nov 18th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. using Cassette.Configuration;
  2. using Cassette.Scripts;
  3. using Cassette.Stylesheets;
  4.  
  5. namespace LabRefresh
  6. {
  7. /// <summary>
  8. /// Configures the Cassette asset modules for the web application.
  9. /// </summary>
  10. public class CassetteConfiguration : ICassetteConfiguration
  11. {
  12. public void Configure(BundleCollection bundles, CassetteSettings settings)
  13. {
  14. bundles.AddPerSubDirectory<ScriptBundle>("~/static/scripts");
  15. }
  16. }
  17. }
Add Comment
Please, Sign In to add comment