webgl-threejs-hello/brunch-config.coffee
2018-10-10 11:30:18 -04:00

13 lines
262 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'