Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript Using jQuery Plugins Using a jQuery Carousel Add a Carousel to a Page

2 Answers

Kevin Korte
Kevin Korte
28,148 Points

That amount is so minuscule you're probably talking hundreds of second slower load time, if that. The whole file is only 39kb.

You'll see these little ansi art drawings at the top of files like this. If you want, as the developer, you can delete all of that at the top to truly get it as small as possible. As Sam said, many minifiers give you the ability to add a header like that to the minified version, likely that's what he's done.

Samuel Durkin
Samuel Durkin
48,402 Points

It depends on what minifier is used, but it looks like the script itself is entirely minified and the author chose to add the comment in after processing.