Moved built tools to /tools

This commit is contained in:
Jos de Jong 2012-08-16 21:05:08 +02:00
parent 321a5e91a0
commit ae4563bc6a
3 changed files with 6 additions and 4 deletions

View File

@ -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

BIN
tools/compiler.jar Normal file

Binary file not shown.

View File

@ -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..."