David Fox-Powell
David Fox-Powell
@NickGoward I will have a look but I actually deprecated this project and merged it here https://github.com/dtothefp/grunt-resemble-cli. This still uses some of the phantomcss under the hood but can also...
@jonschlinkert when I do that looks like `locals` is sometimes `undefined` which causes an error ``` js // create the context to pass to templates //var ctx = utils.merge({}, app.cache.data,...
@jonschlinkert I'm not sure of the exact meaning of the question but will interpret just as how you could have a local development environment where Assemble builds templates/watches & reloads...
@jonschlinkert @eikeco any progress on this issue. I've been working a lot on our company website in grunt-assemble and playing around with switching over to Gulp. Seems like multiple gulp.dest...
@jonschlinkert @eikeco anybody out there...Bueller??
@jonschlinkert yes, all I'm looking to do is build multiple destinations using the same `src` files, without having to build multiple tasks. Also the directory structure of the build tree...
@eikeco sorry I forgot to get back to you. I actually did have time to continue with Gulp Assemble but I did actually just start looking at their v0.6.0 API...
@Blueblau if you want to use gulp, just use `assemble` v0.6 directly inside of your gulp task. Have a look at my assemble docs if you're not familiar with v0.6...
This is definitely not resolved IMO. You can see my PR where it is working https://github.com/dcodeIO/setup-node-nvm/pull/2/files
@colindresj @jordangarcia I do agree this may be an issue as we have reproduced it at work using a combination of an action sent in a resolved promise and another...