mirror of
https://github.com/seigler/brunch-threejs
synced 2025-07-27 01:26:10 +00:00
:chick: Create project
This commit is contained in:
commit
f0c43dd44c
17 changed files with 5573 additions and 0 deletions
19
brunch-config.js
Normal file
19
brunch-config.js
Normal 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',
|
||||
},
|
||||
},
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue