Jon Schlinkert
Jon Schlinkert
yeah, you don't need to define the pages using `.pages()`, just pass the path to `.src()`. If you also want to load templates in addition to what's defined on src,...
sorry, the v0.6.0 assemble v0.6.0 docs haven't been updated or published, it looks like you might be using the v0.4.x docs which won't work exactly as you expect here. That...
> didn't consider that StackOverflow might address 0.6.0 issues. It's definitely not a bug :)
thanks for the heads up! we'll get this fixed
try using `assemble.process()` on the `cache.data` object: ``` js gulp.task('default', function () { assemble.process(assemble.cache.data); gulp.src('templates/*.hbs') .pipe(gulp.dest('foo')); }); ``` I'm not sure if this will work for this use case (I...
> Looks like you can use "flatten" I don't think so. But like I mentioned https://github.com/jonschlinkert/gulp-rte might be a good solution here. I know it's one more plugin, but that's...
@dtothefp thanks for the ping! I read this initially on my iphone and forgot to respond when I got to my computer. > I'm willing to help on this issue...
... and sorry it took so long to reply!
> PS I'm working with @kylerush at Optimizely implementing Assemble for our new marketing website. We are using the Grunt version heavily now but I wanted to play around with...
@dtothefp that's awesome! can I use some snippets from those docs?! of course I'll give you attribution in our docs