summaryrefslogtreecommitdiffstats
path: root/core/Controller/JsController.php
Commit message (Collapse)AuthorAgeFilesLines
* Automatic injection for JsControllerJoas Schilling2017-05-101-3/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix gzip files for SafariMorris Jobke2017-03-291-1/+1
| | | | | | | * Safari support gzip only if the filename does not end on .gz - so this renames them to .gzip Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Allow to gzip CSS/JS filesRoeland Jago Douma2017-03-281-2/+30
| | | | | | | | | | Since in production the SCSS files are compiled once and the javascript files are combined once we can just as well gzip them aggresively. This means that once they are requested and the browser supports gzip we can just serve the gzipped file saving precious bandwidth. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [PoC] JS CombinerRoeland Jago Douma2017-03-241-0/+80
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>