framework/js
Toby Zerner 18def302d6 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
..
admin Bundle unminified JS; minify via ClosureCompilerService when in production 2015-10-09 00:33:53 +10:30
forum Bundle unminified JS; minify via ClosureCompilerService when in production 2015-10-09 00:33:53 +10:30
lib Make punctuate translatable, rename to punctuateSeries 2015-10-08 22:42:03 +10:30
.gitignore Share bower components between forum/admin 2015-05-05 09:16:34 +09:30
bower.json Patch Mithril with a bidi attribute 2015-09-18 13:06:37 +09:30