mirror of
https://github.com/seigler/webgl-threejs-hello
synced 2025-07-26 01:06:15 +00:00
13 lines
263 B
CoffeeScript
13 lines
263 B
CoffeeScript
exports.config =
|
|
# See http://brunch.io/#documentation for docs.
|
|
files:
|
|
javascripts:
|
|
joinTo: 'app.js'
|
|
stylesheets:
|
|
joinTo: 'app.css'
|
|
templates:
|
|
joinTo: 'app.js'
|
|
npm:
|
|
globals:
|
|
THREE: 'three-full',
|
|
dat: 'dat-gui'
|