loktar00 / JQuery-Snowfall

Makes it snow on any web page or specific element.
http://loktar00.github.io/JQuery-Snowfall/
712 stars 221 forks source link

Minified jQuery version doesn't work #19

Closed karlschwaier closed 10 years ago

karlschwaier commented 10 years ago

When I use snowfall.min.jquery.js the snow flakes appear in one line, but don't move. If use snowfall.jquery.js instead everything works fine. So I guess there is something wrong with the minify process.

loktar00 commented 10 years ago

ouch weird. I want to update to gulp anyway Ill look into it tonight.

loktar00 commented 10 years ago

Fixed JQ and vanilla version min's work correctly now.

karlschwaier commented 10 years ago

Great! Thank your for the quick fix.