Commit graph

11 commits

Author SHA1 Message Date
Jürg Lehni
503fe11e41 Fix build issues on Travis and improve version handling in Gulp.js and Prepro.js
This reverts commit eaceb1bfc3.
2016-01-18 09:56:02 +01:00
Jürg Lehni
eaceb1bfc3 Some more work on gulp
Change the way versions are handled, and append the branch name if we're not publishing from master.
2016-01-18 01:18:57 +01:00
Jürg Lehni
9282527dff Update README to reflect the change to Gulp.
And restructure the gulp-file a bit to improve readability.
2016-01-17 12:28:20 +01:00
Jürg Lehni
bb20e3a4a7 Switch from Rimraf to Del for deleting in Gulp. 2016-01-17 05:16:58 +01:00
Jürg Lehni
9dec7a1a77 Bring back ascii_only option in uglifyjs, as it still seems to cause issues, e.g. in gulp test. 2016-01-17 04:40:29 +01:00
Jürg Lehni
c8bc179928 Big refactoring of the build process, now entierly Gulp based. 2016-01-17 04:32:28 +01:00
Jürg Lehni
5a82a5d4b9 Switch to forked version of gulp-qunit that allows checking for leaked globals.
See https://github.com/jonkemp/gulp-qunit/issues/22
2016-01-16 16:41:49 +01:00
Jürg Lehni
8f4e0f16a0 Increase QUnit timeout to 10s, as Travis doesn't finish in time. 2015-12-31 18:40:17 +01:00
Jürg Lehni
a7a07fb6d5 Update JSDoc and do some documentation spring-cleaning.
- Convert from {@code ...} to shorter `...`
- Reformat some documentation comment blocks
- Update copyright notices
2015-12-30 21:55:19 +01:00
Jürg Lehni
098ddda3bc Include copyright comment in gulp file. 2015-08-18 22:51:34 +02:00
Jürg Lehni
6712cbb4e9 Start using gulp to run quint test suite through phantomjs.
Eventually all build scripts shall run through this.
2015-07-27 11:53:08 +02:00