Skip to content
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.

Commit

Permalink
Remove stuff from config.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed May 12, 2012
1 parent a50762d commit 74ac31b
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions config.coffee
Original file line number Diff line number Diff line change
@@ -1,23 +1,11 @@
exports.config =
# Edit the next line to change default build path.
paths:
public: 'public'

# See docs at http://brunch.readthedocs.org/en/latest/config.html.
files:
javascripts:
# Defines what file will be generated with `brunch generate`.
defaultExtension: 'js'
# Describes how files will be compiled & joined together.
# Available formats:
# * 'outputFilePath'
# * map of ('outputFilePath': /regExp that matches input path/)
# * map of ('outputFilePath': function that takes input path)
joinTo:
'javascripts/app.js': /^app/
'javascripts/vendor.js': /^vendor/
# Defines compilation order.
# `vendor` files will be compiled before other ones
# even if they are not present here.
order:
before: [
'vendor/scripts/console-helper.js',
Expand All @@ -36,16 +24,3 @@ exports.config =
templates:
defaultExtension: 'hbs'
joinTo: 'javascripts/app.js'

# Change this if you're using something other than backbone (e.g. 'ember').
# Content of files, generated with `brunch generate` depends on the setting.
# framework: 'backbone'

# Settings of web server that will run with `brunch watch [--server]`.
# server:
# # Path to your server node.js module.
# # If it's commented-out, brunch will use built-in express.js server.
# path: 'server.coffee'
# port: 3333
# # Run even without `--server` option?
# run: yes

0 comments on commit 74ac31b

Please sign in to comment.