Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f227548 commit 6572c94Copy full SHA for 6572c94
.travis.yml
@@ -40,6 +40,7 @@ deploy:
40
- "./dist/Chart.bundle.min.js"
41
- "./dist/Chart.js"
42
- "./dist/Chart.min.js"
43
+ - "./dist/Chart.js.zip"
44
skip_cleanup: true
45
on:
46
tags: true
gulpfile.js
@@ -113,7 +113,7 @@ function packageTask() {
113
.pipe(streamify(replace(/src="((?:\.\.\/)+)dist\//g, 'src="$1')))
114
)
115
// finally, create the zip archive
116
- //.pipe(zip('Chart.js.zip'))
+ .pipe(zip('Chart.js.zip'))
117
.pipe(gulp.dest(outDir));
118
}
119
0 commit comments