Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6572c94

Browse files
committed
Fix missing Chart.js.zip file for Travis release
1 parent f227548 commit 6572c94

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ deploy:
4040
- "./dist/Chart.bundle.min.js"
4141
- "./dist/Chart.js"
4242
- "./dist/Chart.min.js"
43+
- "./dist/Chart.js.zip"
4344
skip_cleanup: true
4445
on:
4546
tags: true

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ function packageTask() {
113113
.pipe(streamify(replace(/src="((?:\.\.\/)+)dist\//g, 'src="$1')))
114114
)
115115
// finally, create the zip archive
116-
//.pipe(zip('Chart.js.zip'))
116+
.pipe(zip('Chart.js.zip'))
117117
.pipe(gulp.dest(outDir));
118118
}
119119

0 commit comments

Comments
 (0)