Simple forum software for building great communities.
Go to file
Toby Zerner f71db2d3c7 Minify each JS file individually, caching the result
This means that the expensive minification process will only be run for a file if it hasn't before. Greatly speeds up extension enabling/disabling.

Also:
- Don't check file last modification times in production for a bit of extra perf.
- Only flush CSS when theme settings are changed. This speeds up the page reload a bit.
2015-10-09 01:52:51 +10:30
framework/core Minify each JS file individually, caching the result 2015-10-09 01:52:51 +10:30