:chick: Create project

This commit is contained in:
Joshua Seigler 2018-10-14 00:19:28 -04:00
commit f0c43dd44c
17 changed files with 5573 additions and 0 deletions

19
brunch-config.js Normal file
View file

@ -0,0 +1,19 @@
module.exports = {
files: {
javascripts: {
joinTo: 'app.js',
},
stylesheets: {
joinTo: 'app.css',
},
templates: {
joinTo: 'app.js',
},
},
npm: {
globals: {
THREE: 'three-full',
dat: 'dat.gui',
},
},
};