Skip to content

Instantly share code, notes, and snippets.

View thejonwithnoh's full-sized avatar

Jonathan Faulch thejonwithnoh

View GitHub Profile
@thejonwithnoh
thejonwithnoh / app.js
Last active January 12, 2017 13:25
Extending Bootstrap with Webpack
// Application level code of course goes here.
// For instance loading configuration and dependencies.
// In this example, loading all the necessary web components
// will be taken care of by a "components" module.
require('./components');