1
0
Fork 0
masonry-static/brunch-config.js

14 lines
255 B
JavaScript
Raw Normal View History

2017-12-07 09:40:35 +02:00
// See http://brunch.io for documentation.
exports.files = {
javascripts: {
joinTo: {
'vendor.js': /^(?!app)/, // Files that are not in `app` dir.
'app.js': /^app/
}
},
stylesheets: {joinTo: 'app.css'}
};
exports.plugins = {
};