-
Instead of using YAML to configure brunch, I propose a small custom DSL using JavaScript / CoffeeScript.
My initial idea is something like:
Simple example:
all files ending with .styl will be compil…
-
```
$ sudo npm install -g derby
npm http GET https://registry.npmjs.org/derby
...
npm http GET https://registry.npmjs.org/distribute/0.1.4
shell-init: error retrieving current directory: getcwd: canno…
-
Brunch-created apps, oftenly, are big; they need testing. [Jasmine](http://pivotal.github.com/jasmine/) could be good choice as a main testing framework for them.
-
All brunch applications need to store imported models / views somewhere. In our TODO example, importing is done by this code:
``` coffeescript
window.app = {}
app.routers = {}
app.models = {}
app.co…
-
see https://github.com/LearnBoost/stylus/blob/master/bin/stylus#L492
-
I'm a fan of jasmine for speccing. I'm working on making [jasmine on node.js](https://github.com/mhevery/jasmine-node) run with brunch. Would you be happy for this code to make it back to the core?
-
When no branch is specified all local brunches should be used. But instead cvsanaly breaks terribly:
```
$ cvsanaly2 .
Parsing log for /repo_path (git)
Traceback (most recent call last):
File "/usr…
-
brunch watch should work with different paths like
```
brunch watch some/file/path/to/a/project
```
also it should be possible to provide a different output path so brunch plays well with server sid…
tosh updated
13 years ago
-
23 Feb 21:12:57 - 8080
23 Feb 21:12:57 - Brunch: created brunch directory layout
23 Feb 21:12:57 - Error: ENOENT, No such file or directory
/usr/local/lib/node/.npm/brunch/0.4.1/package/lib/brunch.j…
-
I think we should ship docco.coffee with brunch. it is small, elegant and motivates to write documented code which is important. nice side effect is that we automatically get more documented example a…
tosh updated
13 years ago