Skip to content

Commit

Permalink
🔥 remove un-published details
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Aug 22, 2017
1 parent 8747421 commit 255d3ac
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ FILES = [
'./node_modules/echarts-wordcloud/dist/echarts-wordcloud.min.js'
]

CITIES = [
'world/china/cities/*.js'
]

gulp.task("default", function () {
tsProject.src()
.pipe(tsProject())
Expand All @@ -28,9 +24,6 @@ gulp.task("default", function () {
ext: { src: ".js", min: ".js"}
}))
.pipe(gulp.dest('echarts'));
gulp.src(CITIES, {base: './world'})
.pipe(rename({dirname: ''}))
.pipe(gulp.dest('echarts'))
return gulp.src(FILES, {base: './node_modules'})
.pipe(rename({dirname: ''}))
.pipe(gulp.dest('echarts'));
Expand Down

0 comments on commit 255d3ac

Please sign in to comment.