]> git.ipfire.org Git - thirdparty/Chart.js.git/commit
New Chart.js.zip package
authorSimon Brunel <simonbrunel@users.noreply.github.com>
Sat, 14 May 2016 23:19:57 +0000 (01:19 +0200)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Sat, 18 Jun 2016 10:14:31 +0000 (12:14 +0200)
commit53a0c5442e3d8f75cacff02bb158e2b4d65c6a9c
treed115dce2a67883fe9db3236ce842d23063b3a3da
parent0579fbb7415836728aff0595cf15ec44ac244f6c
New Chart.js.zip package

Samples need to be packaged with built libraries (which one have been removed from the repository), so create a new `gulp package` task to generate a ZIP archive with dist files, samples and the license file. This archive is generated in the ./dist/ folder and will be deployed by Travis along the GH release. Note that the ./dist/ folder is not preserved but merged in the archive root. Also change samples requiring moment.js to load this lib from the CDN instead of the ./node_module folder.
.travis.yml
gulpfile.js
package.json
samples/timeScale/combo-time-scale.html
samples/timeScale/line-time-point-data.html
samples/timeScale/line-time-scale.html