Skip to content

Commit

Permalink
Issue #SB-7316 fix: gulp file changes updated the upload plugin versi…
Browse files Browse the repository at this point in the history
…on to 1.3
  • Loading branch information
manjudr committed Oct 5, 2018
1 parent d01fe16 commit 96771fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ gulp.task('zip', ['minify', 'inject', 'replace', 'packageCorePlugins'], function
gulp.task('build', ['minify', 'inject', 'replace', 'packageCorePlugins', 'zip']);

var corePlugins = [
"org.ekstep.uploadcontent-1.2",
"org.ekstep.uploadcontent-1.3",
]

gulp.task('minifyCorePlugins', function() {
Expand Down

0 comments on commit 96771fc

Please sign in to comment.