Slide 111
Slide 111 text
Problems Today
• We have introduced Gulp earlier, which helped us to use
industry best practices, for example, minify JS, minify
HTML, optimize images … etc.
But …
• Still generating a giant JS script at the end
• Images, CSS has still need to take extra http request
• It doesn’t understand the dependencies of the resources
• It doesn’t know how to do on demand ( async ) load ( out
of the box )
• What about our css, scss, images, coffeescript … etc, why
only we have modularity in Javascript ?