summaryrefslogtreecommitdiffstats
path: root/js/gulpfile.js
AgeCommit message (Collapse)Author
2017-06-18Remove bower, install everything using npm (#197)Daniel Schaal
* Remove bower, install everything using npm Remove js-url and use a simple function to get the query param. * Bundle all js scripts in app.min.js * Move jquery to devDependencies * Remove es6-shim, most common browsers support es6 natively.
2016-07-23Adjust copyright headerBernhard Posselt
2016-03-25add basic basic auth supportBernhard Posselt
2016-02-12small fixBernhard Posselt
2016-02-12fix pathsBernhard Posselt
2016-02-12fix jshintBernhard Posselt
2016-02-12update build fileBernhard Posselt
2016-02-11migrate js build system to gulpBernhard Posselt