Make WordPress Core

Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#8629 closed enhancement (wontfix)

Minify CSS and Javascript when building a release

Reported by: azaozz's profile azaozz Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: General Keywords:
Focuses: Cc:

Description

We can add a script to trac that would minify both js and css on release, excluding already minified files like jquery.js and tiny_mce.js. The css would shrink about 20% and the js about 30-35%.

Change History (4)

#1 @djr
16 years ago

  • Cc djr added

Please make this happen! +1

#2 @DD32
16 years ago

See also: [10291]: Minify all js and add the non-minified files as .dev.js

#3 @azaozz
16 years ago

  • Resolution set to wontfix
  • Status changed from new to closed

Went in different direction, instead of minifying at build time all files have .dev.js (non minified) and .js (minified) version.

#4 @jacobsantos
16 years ago

  • Milestone 2.8 deleted
  • Type changed from task (blessed) to enhancement
Note: See TracTickets for help on using tickets.