Brad Ball

Results 19 comments of Brad Ball

Like so? ``` map: { 'util': 'node_modules/util', // ... additional maps ... } ``` I tried that ... it didn't work. also tried setting the path to `node_modules/util/util.js`, still didn't...

Make sure you don't have a firewall blocking port 1025. Live Reload is provided by [grunt-contrib-watch](https://github.com/gruntjs/grunt-contrib-watch). You can find more support for live-reload there.

LESS support is (next) on my todo list. I just added a prompt I the generator to allow specification of preprocessor. Currently, valid options as sass, compass, and none. I'll...

@coocier, you need to make sure php is in your PATH. You can find more info here: https://github.com/Bradleycorn/generator-php/issues/1

Because the Store's Key is based on a "post type" (effectively a "category"). There really could be any number of reasons that the fetcher may return an empty data set....

@digitalbuddha hmm ... I guess I should distinguish between the `fetcher` and the `api` .... and that raises a question ... As I said, there are any number of reasons...

> What do you expect to be returned in this case from get? Good question. In this case, I would expect that if I call `get()` and there are no...

Thinking about this more, and triggering an error in the Fetcher when an empty data set is returned from the api seems like the right thing to do ... As...

Don't have a fix for this, but I do have a workaround. There is a grunt plugin called [grunt-hub](http://shama.github.io/grunt-hub/), whose purpose is to load and run tasks in grunt files...

2nd this. Would love to be able to start my (titanium created) service on boot instead of the whole app. The service example shows a "serviceName" property with a value...