Fixes some errors in the TinyMCE build script. plugin and test now work

git-svn-id: https://svn.libreccm.org/ccm/trunk@5813 8810af33-2d31-482b-a856-94f89814c4df
master
baka 2019-01-28 15:14:59 +00:00
parent 1d4a0804c7
commit 5c52ff9259
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ elif [[ $1 == "plugin" ]]; then
grunt uglify:$2-plugin grunt uglify:$2-plugin
grunt copy:plugins grunt copy:plugins
cp -rv $SCRIPTPATH/js/tinymce/plugins/$1 $CORE_PATH cp -rv $SCRIPTPATH/js/tinymce/plugins/$2 $CORE_PATH
elif [[ $1 == "test" ]]; then elif [[ $1 == "test" ]]; then
grunt validateVersion grunt validateVersion
grunt shell:tsc grunt shell:tsc
@ -32,5 +32,5 @@ elif [[ $1 == "test" ]]; then
grunt uglify:$2-plugin grunt uglify:$2-plugin
grunt copy:plugins grunt copy:plugins
cp -rv $SCRIPTPATH/js/tinymce/plugins/$1 $RUNTIME_PATH cp -rv $SCRIPTPATH/js/tinymce/plugins/$2 $RUNTIME_PATH
fi fi