1
0
mirror of https://github.com/flarum/core.git synced 2025-07-21 16:51:34 +02:00
Files
php-flarum/framework/core
Toby Zerner 2032dc20bb Bundle unminified JS; minify via ClosureCompilerService when in production
Falls back to a less effective minification library if ClosureCompilerService errors or is unavailable. Minification takes a while (20 seconds or so), but it only happens when assets are modified. Still, this means enabling/disabling extensions is taking far too long. Possible solutions:

- Don't minify initially; set a process running in the background to do minification, and server unminified assets in the meantime.
- Refactor compiler to send each JS file to CCS individually, only if that particular file has been modified.

flarum/gulp has also been updated to no longer support uglification.

closes #582
2015-10-09 00:33:53 +10:30
..
2015-10-08 14:28:02 +10:30
2015-10-02 17:23:08 +09:30
2015-10-08 14:28:02 +10:30
2015-10-08 14:28:02 +10:30
2015-08-30 15:02:48 +02:00
2015-10-08 14:28:02 +10:30
2015-10-08 14:28:02 +10:30

Flarum Core

This repository contains the core code of Flarum. If you want to install Flarum, visit the main Flarum repository.

Contributing

Interested in contributing to Flarum? Please read the Contributing docs to learn how you can help.