Tuesday, February 12, 2013

Seth Ladd's Blog: Minification is not enough, you need tree shaking

Seth Ladd's Blog: Minification is not enough, you need tree shaking: "The web development workflow is missing a linking step. A linker's job is to combine distinct project files into a single executable. A smart linker will only include the symbols and code that are actually used by the application, thus pruning unused code. The traditional web developer does not have an intelligent linker.
"

'via Blog this'