Brunch is a lightweight build system for web applications.

learn more… | top users | synonyms

0
votes
1answer
14 views

Control order of script concatenation using Brunch

What is the best practice for controlling the order in which scripts / stylesheets are concatenated when using Brunch? A simple version of my problem involves an application using Twitter Bootstrap, ...
2
votes
0answers
19 views

How to prevent caching on brunch watch -s

I'm building an ember application and have found that I constantly need to restart the brunch watch -s command, to have my application updated. While brunch recompiles on every change, the changes ...
4
votes
1answer
87 views

Error when building brunch with banana pancakes

I created a brunch project with the banana pancakes skeleton brunch new brunchtest -s github://Anaphase/brunch-banana-pancakes Then when building I get an error cd brunchtest brunch build -> ...
0
votes
0answers
42 views

how do i configure my ember brunch application for testing with testacular/karma?

i've been using brunch with ember https://github.com/fuseelements/ember-brunch-skeleton and now i'm trying to get unit tests happening with testacular/karma (testacular recently was renamed to karma) ...
0
votes
0answers
16 views

Why do I get “TypeError: Cannot assign to read only property 'except' of [object Object]” when using uglify-js-brunch?

When using uglify-js-brunch with the following configuration (from config.coffee): exports.config = plugins: uglify: mangle: except: [ "require" ] With the following command ...
0
votes
1answer
19 views

require all templates including files with underscores

With brunch, I can require all files in a folder like this require('/templates/'); But that does not cover files with underscores, I still need to require them like this: ...
0
votes
1answer
20 views

Concatenate different sass files to corresponding css files

In my app/styles/ directory I have the following files application_blue.scss application_red.scss I'd like to concatenate those files into public/stylesheets/application_blue.css and ...
0
votes
0answers
65 views

How to organize Backbone.Marionette Application with brunch in RequireJS style?

Is it possible to organize Backbone.Marionette Application with brunch in RequireJS style? Maybe the specific skeleton for brunch exists for creating new project in this manner?
0
votes
2answers
126 views

Add a javascript library to angular-brunch-seed

I clone angular-bunch-seed on my computer https://github.com/scotch/angular-brunch-seed And I want to add breezejs to my project http://learn.breezejs.com/ I copied the breeze libraries into my ...
0
votes
0answers
35 views

ENOTEMPTY error when creating project with skeleton on Brunch

I'm on windows...when I create a project with brunch new projectname it works, but when I specify a skeleton I get this error: c:\xampp-portable\htdocs>brunch new marionette --skeleton ...
21
votes
5answers
5k views

Git clone error after OS X Mountain Lion update

I just updated my MBP to OSX 10.8 and am trying to start a new project with brunch.io which by default uses coffeescript and I prefer javascript so I need to clone the simple js skeleton. So something ...
1
vote
1answer
44 views

app build on brunch uses harcoded paths for app.css/app.js/… files

I've just installed brunch on windows via npm (npm install brunch) Then I created and built new project in my www root directory (apache www root): cd .../www brunch new someproject cd someproject ...
0
votes
1answer
67 views

Debug brunch.io with coffee sourcemaps?

I was wondering how to debug my brunch.io (ember) app with sourcemaps? My sourcemaps are beeing generated by IntelliJ Webstorm – but how do i use these together with the brunch.io build process?
0
votes
3answers
66 views

brunch config: javascript files exclude *.min.js files

I understand how brunch handles javascript files, combining them into individual output files: files: javascripts: joinTo: 'javascripts/app.js': /^app/ ...
0
votes
2answers
56 views

Referencing .styl of a node_module in Brunch

I have a brunch-with-Chaplin app. I want to use Twitter Bootstrap, but since it's written in LESS I would prefer to switch to a stylus version. Luckily there is a bootstrap-stylus node_module out ...
0
votes
0answers
54 views

Testing a Brunched app using Mocha and including shims

I'm trying to test my Brunch+Backbone application using Mocha A Mocha spec that requires various devDependencies works fine. A Mocha spec that requires my devDependencies and modules from my app ...
2
votes
1answer
587 views

Best way to write and run unit tests for Brunch with Coffee

I am developing an application using Brunch with Coffee. How do I write unit tests for it? I am currently mostly thinking about the model classes, so it can run without the browser, using NodeJS. ...
0
votes
1answer
99 views

How to setup environment variables in Brunch

We're developing an app using Chaplin on top of brunch. We're consuming a 3rd party API and we have different tokens for development and production. I was wondering if it's possible to setup env ...
6
votes
2answers
436 views

Using Yeoman/Brunch tools with a hybrid Django/Backbone app?

I'm building a hybrid web application with Django on the back end and Backbone on the front end. The structure is as follows: I generate all the HTML in Django templates, use request.is_ajax to ...
2
votes
2answers
347 views

Brunch, JSDom : Object [ jsdom NodeList ]: contains 3 items has no method 'map'

i'm trying to get headless testing working with Ember, Brunch, and JSDom. I'm using ember-brunch-skeleton to generate the app. https://github.com/fuseelements/ember-brunch-skeleton i have all the ...
1
vote
1answer
198 views

Backbone collection not updating with JSONP request

I just recently started using Backbone.js and I'm working on an app now using Brunch that does a JSONP request to an external API to populate my collection and models. I'm following these previous ...
0
votes
0answers
241 views

jquery.fileupload doesn't work properly when packaging with brunch

I realize this is somewhat of a vague question. I'm using Brunch to package my Ember application. I'm using blueimp's jquery.fileupload ui widget in that app. When packaged with brunch, the ...
2
votes
2answers
721 views

Using Yeoman/Brunch/Grunt inside of an Express.js project

I am wondering how I should structure the front-end of my Express.js project. I haven't done much with Grunt before, but I understand that it performs tasks such as compiling, and then saves the ...
0
votes
1answer
76 views

Should Brunch.io build tool copy hidden files?

I've started using Brunch: http://brunch.io to build my javascript based application. I'm using Backbone.js which needs a .htaccess file in place in order to handle routing with HTML5 pushState. ...
0
votes
1answer
65 views

Having files separate for development

Is it possible with Brunch from brunch.io to not combine all the files into one app.js? I find it very helpful to see the name of the script if an error occurs, but I wasn't able to configure it like ...
0
votes
1answer
153 views

Content property is undefined in new Brunch-Ember application

I am starting new Ember application using the Brunch skeleton: Brunch with Ember. I have created a simple ApplicationController and set the content property to an empty object: var App = ...
1
vote
1answer
78 views

How to force brunch 0.8.1 to use coffescript 1.2

Spent quite a number of hours trying to find this thing out but to no avail. I'm sure it's as simple as syntax but maybe I've been staring at the problem for too long. I'm trying to build out a ...
0
votes
0answers
162 views

jQuery ajax parsererror with valid dataTypes and 200 response

I am sending and ajax request (backbone.model save) to my API built with ExpressJS. This is a cross domain request and everything works in that regards. The problem is that I receive a 200 response ...
0
votes
0answers
85 views

brunch.io and datatables tooltables

I am using jquery datatables plug in with tabletools in a brunch.io framework. I am initializing my dataTable as follows: $('.table-container').dataTable( ...
1
vote
2answers
573 views

backbone.validation integration with brunch.io( backbone.js framework)

How to intergrate http://thedersen.github.com/backbone.validation/ with brunch.io i tried putting backbone.validation.js in vendor folder and View = require './view' template = require ...
0
votes
1answer
638 views

Node.js - “Uncaught Error: Cannot find module ”redis“”

I'm trying to build a simple "Twitter" style short messaging app in Node.js which uses Redis as the database (although I've heard that MongoDB might be easier)... I have found a few links that point ...
1
vote
1answer
208 views

Using external mustache partials in a brunch.io project

I am working on a project that uses brunch.io and mustache for templating. I want to add mustache partials to the main index (which serves as a 'shell') to load in my content. I create the mustache ...
0
votes
1answer
297 views

create a custom JS directory in brunch.io

In brunch.io, the application contains two directories that get compiled. These are controlled in your brunch config file, like so: javascripts: defaultExtension: 'coffee' joinTo: ...
0
votes
1answer
82 views

Brunch how do you share/mixin code that changes based on where the finished app is running (app is a widget for 3rd party sites)?

I'm trying to build a widget that will be hosted on 3rd party sites. Some of the external files it will depend on need to be pulled from different sources in different environments, i.e. in ...
0
votes
1answer
205 views

Brunch build gives error

I'm trying to setup environment for web application that using branch. After npm install -d I do, brunch build But, receiving following error: 27 Jul 12:08:28 - error: [Error: Cannot find ...
2
votes
1answer
1k views

Brunch how to disable RequireJS module wrapping

Update: For anyone interested in using Brunch with AngularJS I've put together a seed project angular-brunch-seed I'm using Brunch with AngularJS. AngularJS provides a module system so the need ...
4
votes
2answers
2k views

Import an Existing JavaScript Project into a Grunt/Brunch Project

I watched Paul Irish's talk announcing Yeoman (www.yeoman.io), and I'm hooked on the concept of running a continuous build environment. Not content to wait for a Yeoman invite, I tried Grunt and ...
0
votes
2answers
377 views

Does anyone have jade template language working in brunch?

Anyone got jade templets working with brunch? If so how?
1
vote
0answers
72 views

Using Pre-Compiled Templates with Sammy

Sammy has a lot of features for working with template languages. However, when working with brunch, the server pre-compiles all the templates for me, which is very much desired. So they're all ...
1
vote
1answer
470 views

How to get mustache templates to work in brunch

I want to use mustache templates with Brunch. This is my config.coffee file: {languages, plugins} = require 'brunch-extensions' # Make config loadable via require() for brunch. exports.config = # ...
1
vote
1answer
362 views

Issue attempting to run Brunch localhost with

I have installed Brunch into my working directory as well as Coffee Script. Installation went over fine. When I try to run the local server with: gorteks$ brunch watch --server I get: [Brunch]: ...
5
votes
1answer
754 views

In Brunch.io, how do we run tests

In an application generated by Brunch.io, how do we run tests? I would like to run them via the command line. For eg., the todos application has quite exhaustive test coverage. But its Cakefile is ...