exports.config =
  # See http://brunch.readthedocs.org/en/latest/config.html for documentation.
  files:
    javascripts:
      joinTo: 'app.js'

    stylesheets:
      joinTo: 'app.css'

    templates:
      joinTo: 'app.js'
