OSDN Git Service

Regular updates
[twpd/master.git] / _js / app.js
1 // 3rd party libs
2 window.Prism = require('prismjs')
3
4 // All the others
5 function requireAll (r) { r.keys().forEach(r) }
6 requireAll(require.context('./initializers/', true, /\.js$/))
7 requireAll(require.context('./behaviors/', true, /\.js$/))