Skip to content

Fix #1521 - add banner with version, git sha1, build time and date to uglified JS

Vinay Rosenberg requested to merge github/fork/davemevans/1521 into development

Created by: davemevans

To avoid confusion over which version is deployed on the nightly server/anywhere.

Adds (e.g) /*! v2.4.0-905c978, 2016-10-04T08:28:27Z */ at the top of all uglified output.

Merge request reports