configit / lunch.js

Resources from LunchJS session
0 stars 0 forks source link

webpack - bundling frontend resources #7

Open kasperp opened 9 years ago

kasperp commented 9 years ago

When writing a website, we need html, images, javascript, css, font etc. Often these resources need to be processed and bundled before adding them to a web application.

Webpack helps with bundling of resources http://webpack.github.io/