diff --git a/Gulpfile.js b/Gulpfile.js index d9b9265..e0c4f6c 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -340,7 +340,7 @@ gulp.task('tinymce', function() { var cp = require('child_process'); - var bundleCmd = 'grunt bundle --themes leanote --plugins autolink,link,leaui_image,lists,hr,paste,searchreplace,leanote_nav,leanote_code,tabfocus,table,directionality,textcolor'; + var bundleCmd = 'grunt bundle --themes leanote --plugins autolink,link,leaui_image,leaui_mindmap,lists,hr,paste,searchreplace,leanote_nav,leanote_code,tabfocus,table,directionality,textcolor'; // build cp.exec('grunt minify', {cwd: tinymceBase}, function(err, stdout, stderr) { console.log('stdout: ' + stdout); diff --git a/bin/release.sh b/bin/release.sh index 08b0b8b..d58867e 100644 --- a/bin/release.sh +++ b/bin/release.sh @@ -9,7 +9,7 @@ SP=$(cd "$(dirname "$0")"; pwd) tmp="/Users/life/Desktop/leanote_release" # version -V="v2.2.1" +V="v2.3" ##================================= # 1. 先build 成 3个平台, 2种bit = 6种