LSP: bugfix embed page
This commit is contained in:
parent
3a025c8a03
commit
5ee53f9cca
3 changed files with 18 additions and 18 deletions
|
@ -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.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue