Henry Bley-Vroman
Henry Bley-Vroman
> I would like to make sure that they're changes in the right direction I have extensive professional experience building accessible front ends and would be happy to contribute. >...
Here's the change in my fork for comparison https://github.com/olets/craftcms-ddev/pull/1 My make change is pretty naive, there's probably a name that more clearly says "if you're using the upstream repo as...
Not sure! Maybe something along the lines of "Was not aware of this CSS feature".
I notice you're working off a significantly outdated version of `twig.js`. Was there a reason you chose backflip's fork? At the time of his work, the only difference was a...
@stowball I believe that in npm pattern matching (e.g. `~`) only works when applied to v>=1 fwiw this is also open as PR #27
@davidhellmann it can get confusing: gulp-twig wraps [twig.js](https://github.com/twigjs/twig.js), the js clone of [Twig](https://github.com/twigphp/Twig). twig.js (currently v0.9.5) aims to match the latest Twig (currently v1.24.1 stable) (it does have some [issues](https://github.com/twigjs/twig.js/issues)...
@stowball would you consider [unpublishing](http://blog.npmjs.org/post/141905368000/changes-to-npms-unpublish-policy) your `gulp-twig-up-to-date`? It's now well behind and people are still downloading it, presumably thinking it's the latest. `gulp-twig` is more actively maintained now, and between...
You can use `gulp-data` for reliable handling of your JSON: ```javascript var gulp = require('gulp'), data = require('gulp-data'), foreach = require('gulp-foreach'), twig = require('gulp-twig'); // with data as a variable...
Oops look like this ticket slipped through the cracks. @jameelmoses for you is there no error if the file name doesn't have hyphens?
@tremby what's your feeling about this these days? I've had good luck with gulp-plumber but it's been a while since I looked into this end of things