davatron5000 / FitText.js

A jQuery plugin for inflating web type
http://fittextjs.com
6.75k stars 1.39k forks source link

Minimize javascript #101

Closed leoforney closed 10 years ago

leoforney commented 10 years ago

Hello! You can minimize javascript for faster speeds on pages. You can use http://jscompress.com and post it with fittext.jquery.min.js . :smiley:

davatron5000 commented 10 years ago

Thanks for the suggestion! We actually encourage people to minify the JS on their own using something like JS compress or Uglify.js.