-
it's basically NPM for browser based scripts
- http://www.getbpm.org/
- https://github.com/bpm/bpm
- https://github.com/bpm/bpm/wiki
Strobe made it but they got swallowed by Facebook before it really…
-
Hey :)
I'm working in adding support for Custom Audiences; but when I try to create one, FB replies:
``` ruby
{"id"=>"6013741415461"}
```
and [Write.create](https://github.com/moviepilot/zuck/blob/…
runa updated
10 years ago
-
This is very strange, but I have explicit rule to watch `config/` with a bunch of json files and here's what I see:
```
6 Jan 11:11:17 - [nodemon] v1.0.5
6 Jan 11:11:17 - [nodemon] to restart at any …
-
Sorry, I seem to have a lot of problems with 1.x release :(
I updated nodemon on my home machine today and here's the result:
```
[Tue, 07 Jan 2014 11:24:13 GMT] [Cake]: Spawning grunt watcher
[Tue,…
-
We should do something like:
``` coffee
# routes.coffee
match 'foo/bar', 'controller#action',
trailing: true # URI with trailing slash is canonical (default)
trailing: false # URI without trai…
-
I imagine now b2 is ready you are in the process of updating kitchensink ?
I'am too young with docpad to do it for now.
-
In production, we found it important to safe jQuery Ajax Deferreds and reject them once the model/collection is disposed. Otherwise some handlers will be fired on disposed objects, which may throw exc…
-
Closely related to the closed #494.
Currently we can't get params a previous route has been executed with. Controllers actions receive `route.previous` of the following format:
``` CoffeeScript
rout…
-
I saw some tests being added for the core pieces of functionality, which I appreciate!
I've wondered how others have written their unit tests for application code that they've written, especially wit…
burin updated
11 years ago
-
0.9.9 "For semantic and cross browser reasons, routes will now ignore search parameters. Routes like search?query=…&page=3 should become search/…/3."
Can you provide a 'respectSearch' option to the…