Commit Graph

12 Commits

Author SHA1 Message Date
Ralf Becker
7733c8dfd4 run a first unit-test with egw object on login page: npm test 2020-08-30 21:40:10 +02:00
nathangray
b5dceda99c Fix js packaging by switching from uglify-es to terser 2020-05-28 11:48:44 -06:00
Ralf Becker
9ed6b9b1d6 newer jQuery types allowing eg. JQuery<HTMLVideoElement> 2020-05-10 14:56:50 +02:00
Ralf Becker
901825bcfa first try with TypeScript: timesheet app.js incl. new egw_app base-class 2020-01-23 09:14:58 +01:00
Ralf Becker
8d94fc699d remove old grunt-contrib-uglify (replaced with grunt-contrib-uglify-es) 2018-08-03 09:52:45 +02:00
Hadi Nategh
dd4f998b36 Update uglifyjs to support ES6 syntax. @Devs: Make sure to install grunt-contrib-uglify-es (npm install grunt-contrib-uglify-es --save-dev) before running grunt. 2018-08-02 17:15:49 +02:00
Ralf Becker
2be145beda update to newest grunt* versions, you need to run npm install to update to them 2017-10-12 09:59:15 +02:00
Ralf Becker
57f8a9a8eb remove dependency on phpgwapi as far as css is concerned 2016-05-02 12:31:24 +00:00
Ralf Becker
9aac672e8f use Grunt&cssmin to minify CSS files, moved diverse conditional includes into etemplate2.css, as we anyway include all widgets from api 2016-04-30 09:29:54 +00:00
Ralf Becker
3377ef0483 install grunt-newer to run uglify only for targets with changed files 2016-03-02 20:00:41 +00:00
Ralf Becker
ecb4b7e74a remove ckeditor from api bundle (it does not work, is already minified and uglify work a lot faster without) 2016-03-02 14:34:01 +00:00
Ralf Becker
ec9063bb6c work in progress to use Grunt and UglifyJS to minify javascript 2016-02-28 21:35:24 +00:00