T

Turning all javascript to non minified for debuging

  • Thread starter Thread starter tenants
  • Start date Start date
T

tenants

Guest

So, other than going around every template and converting
Code:
<xf:js src="xf/admin.js" min="1" />
to
Code:
<xf:js src="xf/admin.js" />

Is there an easy way to do this? I want to debug all the core js

I want to start creating add-ons (some for my own sanity), and I want to play around with the core script in order to figure out what everything does (I've completed the 17 "new" video tutorials by Kier)

One of the things that is annoying me is in the Admin page, when you refine a search...

Read more

Continue reading...
 
Similar threads Most view View more
Back
Top Bottom