webgl-threejs-hello/brunch-config.coffee
2018-10-11 04:24:57 -04:00

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'