Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
remove a console.log statement. remove unnecessary minify scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Koo committed Oct 19, 2012
1 parent bab2595 commit 82b1eaa
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 19 deletions.
1 change: 0 additions & 1 deletion js/hopscotch-0.0.1.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@

bubbleWidth = utils.getPixelValue(step.width) || opt.bubbleWidth;
bubblePadding = utils.valOrDefault(step.padding, opt.bubblePadding);
console.log(targetEl);
utils.removeClass(el, 'fade-in-down fade-in-up fade-in-left fade-in-right');

// SET POSITION
Expand Down
2 changes: 0 additions & 2 deletions minify-all.sh

This file was deleted.

14 changes: 0 additions & 14 deletions minify-jquery.sh

This file was deleted.

4 changes: 2 additions & 2 deletions minify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ echo "/Users/gkoo/workspace/yuicompressor-2.4.7/build/yuicompressor-2.4.7.jar"
echo ""
echo "INPUT FILES:"
echo "============"
echo "hopscotch.js"
echo "hopscotch-0.0.1.js"

java -jar /Users/gkoo/workspace/yuicompressor-2.4.7/build/yuicompressor-2.4.7.jar --type js /Users/gkoo/Sites/hopscotch/js/hopscotch.js > /Users/gkoo/Sites/hopscotch/js/hopscotch-min.js
java -jar /Users/gkoo/workspace/yuicompressor-2.4.7/build/yuicompressor-2.4.7.jar --type js /Users/gkoo/Sites/hopscotch/js/hopscotch-0.0.1.js > /Users/gkoo/Sites/hopscotch/js/hopscotch-0.0.1.min.js

echo "Done minifying..."

Expand Down

0 comments on commit 82b1eaa

Please sign in to comment.