How to run uncompressed javascript files [Deleted]

AndyB

Well-known member
AndyB submitted a new resource:

How to run uncompressed javascript files - How to run uncompressed javascript files

In order to modify javascript files, what I do is run the "full" uncompressed version of javascript files on my forum. I have a dedicated server so the speed difference isn't noticeable. Here are the steps to run uncompressed javascript files on your forum.

1) Edit library/config.php and add the following:

$config['debug'] = true;

2) In your Admin CP navagate to:

Home > Options > Debug Option

3) Select --> Use uncompressed files from js/xenforo/full/

4) Edit library/config.php and change...

Read more about this resource...
 
Top Bottom