Joshua Stoutenburg
Joshua Stoutenburg
@shahramfdl will this also support `after_commit` from `config/queue.php`? Is that coming in a later PR?
@meinaart would you be so kind as to take a look? Many thanks!
We've been using [gulp-gh-pages](https://www.npmjs.org/package/gulp-gh-pages). 1. Install the plugin. 2. Add task to `gulpfile.js` to build your gh-pages directory. 3. Add task to publish gh-pages directory to gh-pages. That's the gist....
I suppose you could combine the two tasks but we like to run them separately so we can preview locally.
We've been through several sliders already. Getting tired of the wonky bugs. Looking for something with proven stability and simplicity. Some examples would really be nice.
Any update? Running into this same issue almost a year later.
I had an issue with git not seeing ruby on the path because I installed ruby under chili with rvm. I solved the issue by symlinking chili's ruby under /usr/local/bin,...
Maybe this is too technical of a concern for right now? But here's an example. I have a list of "deals". The first deal is the "hero" deal. It takes...
@alanmoo Yes. Evaluating EQ against each element seems like an obvious one. I wanted to bring it up because I want EQs to turn out right. @tabatkins For example, let's...
@tabatkins Ah, that's brilliant. I definitely like the pseudo-class selector. I'm new to standards development. Where can I learn more about the process? Is anyone talking about implementation, syntax, polyfill?