summaryrefslogtreecommitdiffstats
path: root/lib/private/Template/JSCombiner.php
Commit message (Expand)AuthorAgeFilesLines
* Properly handle if the deps file if for some reason emptyMorris Jobke2017-07-191-1/+14
* Cache deps list to memcache on write not on first readRoeland Jago Douma2017-05-161-2/+4
* Merge pull request #4131 from nextcloud/fix-jscombinerChristoph Wurst2017-04-031-1/+1
|\
| * Fix check for cache value in JSCombinerMorris Jobke2017-03-281-1/+1
* | Fix gzip files for SafariMorris Jobke2017-03-291-2/+2
|/
* Allow to gzip CSS/JS filesRoeland Jago Douma2017-03-281-0/+7
* Don't run JSCombiner when not installedLukas Reschke2017-03-251-3/+6
* Add debug modeRoeland Jago Douma2017-03-241-1/+31
* Add cachingRoeland Jago Douma2017-03-241-6/+42
* [PoC] JS CombinerRoeland Jago Douma2017-03-241-0/+133