0

Is Google AJAX Libraries API offering a way to serve framework file in minimize way?

Rob W
  • 341,306
  • 83
  • 791
  • 678
plehoux
  • 795
  • 2
  • 8
  • 21

2 Answers2

0

If not, and if I get what you're asking, you could minify the JS yourself.

Chris Sobolewski
  • 12,819
  • 12
  • 63
  • 96
0

The libraries themselves are served minified by default.

Unfortunately, Google does not serve gzipped versions.

Paul McMillan
  • 19,693
  • 9
  • 57
  • 71