Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This will only affect the session you currently have open on not affect other users of the site.

Step-by-step guide

To turn off/on bundling and minifying for debugging purposes:

  1. Navigate to this page on the website
  2. Run this page /ScriptDebug.axd?debug=true
  3. Navigate back to the home page

 

Tip

/ScriptDebug.axd?debug=true will turn ON debugging (i.e. turn OFF bundling and minifying)

/ScriptDebug.axd?debug=false will turn OFF debugging (i.e. turn ON bundling and minifying)

...