capt
capt copied to clipboard
Command line tool for creating backbone.js applications
The regex to make the current template available in the $templates namspace was somehow broken because eco didn't return a string containing "module.exports". Fixed this.
sorry
Hello bnolan! I am migrationBot, an [open-source](https://github.com/blakmatrix/node-migrator-bot) bot, and I'm here to help you migrate your codebase to node v0.8! Did you know that the "sys" module throws an error...
In project.coffee: **replace:** ``` javascript fs.watchFile Path.join(@root, source), {persistent: true, interval: 500}, (curr, prev) => ``` *_with:_ ``` javascript fs.watch Path.join(@root, source), {persistent: true, interval: 500}, (curr, prev) => ```
Can we select the port we want the server to listen to? Rails is using 3000 on my dev environment. Had to hack into the module and alter the main.coffee...
I am following your tutorial but when I try to create the view I get this error. I did create the folder and re-ran the view generation, but then I...
sorry
hi, I am getting a segfault when trying to start capt server or capt watch with the latest version of capt. "capt new" works just fine.
Why not to use uglify for js compression?