assemble / grunt-assemble-permalinks

Permalinks middleware for Assemble, the static site generator for Grunt.js and Yeoman. This plugin enables powerful and configurable URI replacement patterns, presets, uses Moment.js for parsing dates, and much more.
MIT License
43 stars 11 forks source link

Relative paths #36

Closed doowb closed 10 years ago

doowb commented 10 years ago

Updating to use 'render:pre:pages' as the stage so that all the page.dest properties are calculated correctly before any page is rendered.

doowb commented 10 years ago

@jonschlinkert is this what you're looking for. I made sure it was working with the yfm custom properties too (I think I did that right). I didn't look at the rel helper though which I don't think is working.

jonschlinkert commented 10 years ago

yeah the rel helper doesn't do anything yet. thx!