LSP: bugfix embed page

This commit is contained in:
Cat 2019-03-28 10:57:08 +01:00
parent 3a025c8a03
commit 5ee53f9cca
3 changed files with 18 additions and 18 deletions

View file

@ -12,9 +12,9 @@ elementIn () {
echo "Minimizing LSP..";
if elementIn "lsp/plugins/md5.js" "${CHANGES[@]}" || elementIn "lsp/plugins/cattablesort.js" "${CHANGES[@]}" || elementIn "lsp/mist.js" "${CHANGES[@]}" ; then
#if elementIn "lsp/plugins/md5.js" "${CHANGES[@]}" || elementIn "lsp/plugins/cattablesort.js" "${CHANGES[@]}" || elementIn "lsp/mist.js" "${CHANGES[@]}" ; then
echo " Generating minified.js.."
java -jar closure-compiler.jar --warning_level QUIET plugins/md5.js plugins/cattablesort.js mist.js > minified.js
fi
#fi
echo "Done.";