Moved built tools to /tools
This commit is contained in:
parent
321a5e91a0
commit
ae4563bc6a
|
@ -2,8 +2,10 @@
|
|||
|
||||
sh minify.sh
|
||||
|
||||
cd ..
|
||||
|
||||
package="jsoneditoronline.zip"
|
||||
files="index.html jsoneditor.js jsoneditor-min.js jsoneditor.css favicon.ico changelog.txt img LICENSE NOTICE"
|
||||
files="index.html jsoneditor.js jsoneditor-min.js jsoneditor.css favicon.ico changelog.txt img LICENSE ../NOTICE"
|
||||
|
||||
rm $package
|
||||
|
Binary file not shown.
|
@ -1,8 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
compiler="/home/jos/Dropbox/Jos/programming/javascript/tools/compiler.jar"
|
||||
file="jsoneditor.js"
|
||||
minifiedFile="jsoneditor-min.js"
|
||||
compiler="compiler.jar"
|
||||
file="../jsoneditor.js"
|
||||
minifiedFile="../jsoneditor-min.js"
|
||||
|
||||
echo "Minifying file $file..."
|
||||
|
Loading…
Reference in New Issue