-
Anton Shestakov <av6@dwimlabs.net>, Wed, 27 Jun 2018 23:06:14 +0800
pipelines: check `make libs` instead of `contrib/updatesri.sh`
Also rm the latter because unused.
-
Anton Shestakov <av6@dwimlabs.net>, Wed, 27 Jun 2018 22:58:20 +0800
Makefile: get 3rd-party client dependencies using just wget and tar
-
Anton Shestakov <av6@dwimlabs.net>, Tue, 26 Jun 2018 19:46:10 +0800
provision: pin Strophe.js version (and plugins version too)
Plugins version is the last commit at which the repo contained all the plugins.
-
Anton Shestakov <av6@dwimlabs.net>, Tue, 26 Jun 2018 18:17:41 +0800
contrib: add shortcut for providing --diff to ansible
-
Anton Shestakov <av6@dwimlabs.net>, Tue, 19 Jun 2018 19:17:58 +0800
templates: Underscore 1.9.1
-
Anton Shestakov <av6@dwimlabs.net>, Tue, 19 Jun 2018 17:25:53 +0800
templates: UIkit 2.27.5
-
Anton Shestakov <av6@dwimlabs.net>, Tue, 19 Jun 2018 19:09:58 +0800
templates: jQuery 3.3.1
-
Anton Shestakov <av6@dwimlabs.net>, Tue, 19 Jun 2018 18:56:42 +0800
package.json: not for CoffeeScript 2
-
Anton Shestakov <av6@dwimlabs.net>, Sun, 05 Nov 2017 17:21:08 +0800
pipelines: give it 1 minute
-
Anton Shestakov <av6@dwimlabs.net>, Wed, 01 Nov 2017 00:50:57 +0800
Makefile: use file targets more, results in incremental building
Less work to do when only some files get changed, but more work when building
from scratch. But, multiple compilers can run in parallel.