summaryrefslogtreecommitdiffstats
path: root/build/mergejs.php
Commit message (Collapse)AuthorAgeFilesLines
* Resolves warnings in Chrome Dev Console:Guillaume Boudreau2018-04-291-1/+4
| | | | "DevTools failed to parse SourceMap: .../core/vendor/..."
* mergejs should print a newline between importsRoeland Jago Douma2017-03-311-0/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge vendor jsRoeland Jago Douma2017-03-231-0/+35
| | | | | | | | There is a bunch of javascript we always load from vendors. This combines this into 1 javascript file. Which reduces the number of request by ~10. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Revert "Bundle vendor js"Roeland Jago Douma2017-03-221-35/+0
|
* Merge vendor jsRoeland Jago Douma2017-03-221-0/+35
There is a bunch of javascript we always load from vendors. This combines this into 1 javascript file. Which reduces the number of request by ~10. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>