CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
JavaScript Jungle
javascript compression?
jitendra
Permalink to comment
#
March 2009
if i use 10 JavaScript in my project then can combine all in one js file by copy all files data and paste into one js file.
to reduce http request
and
and can i add this file in footer before </body> tag?
to prevent page loading delay. (explained in yahoo article)
Add a Comment
to reduce http request
and
and can i add this file in footer before </body> tag?
to prevent page loading delay. (explained in yahoo article)