Patrick Arlt

Results 71 comments of Patrick Arlt

@lheberlie Since browsersync doesn't support an option like this https://www.browsersync.io/docs/options and I'm not really sure why they would, I've implimented this in the following way: 1. In `[email protected]`, `acetate.load(pattern)` now...

@hhkaos Acetate assumes that you will be using directory indexes on your server and will automatically prettify URLs. By default Acetate will also mirror the structure of your `src` folder...

@hhkaos in general you should not set `url` or `dest` Acetate will automatically determine then based on where you put the page in your source folder. So if you want...

Looking for comment from @paulcpederson @ngoldman and @nikolaswise @bsvensson and @lheberlie.

> is this just monkey patching nunjucks? It's just wrapping Nunjucks custom tags for a few specifici use cases. Right now it is really, really hard to create custom helpers/tags...

@paulcpederson I can see use cases for async helpers where you might want to do something like: - Read a raw file into your template - Make a dynamic request...

@paulcpederson I guess my question is this. If you want page specific async functions right now you have to write extensions which seem a little heavy handed. I think an...

This is actually already documented it just labeled under Gulp http://acetate.io/documentation/gulp-usage/

I also want to document the methods and events on the Acetate object itself since they would be useful for custom integrations.

@Gerrit0 I saw that when I was messing around with this a bit more yesterday. Is this something you would need fixed in the TypeScript compiler before it could be...