Skip to content

Commit

Permalink
fixed build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rii-mango committed Jun 23, 2015
1 parent 0579bc5 commit 80065cc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions build-min.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ cd $DIR
rm -rf build
mkdir build

cat LICENSE > build/lossless-min.js

echo "var jpeg = jpeg || {};" >> build/lossless-min.js
echo "var jpeg = jpeg || {};" > build/lossless-min.js
echo "jpeg.lossless = jpeg.lossless || {};" >> build/lossless-min.js

FILES=src/*.js
Expand Down
4 changes: 1 addition & 3 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ cd $DIR
rm -rf build
mkdir build

cat LICENSE > build/lossless.js

echo "var jpeg = jpeg || {};" >> build/lossless.js
echo "var jpeg = jpeg || {};" > build/lossless.js
echo "jpeg.lossless = jpeg.lossless || {};" >> build/lossless.js

FILES=src/*.js
Expand Down
Binary file added lib/yuicompressor-2.4.7.jar
Binary file not shown.

0 comments on commit 80065cc

Please sign in to comment.