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

Recalculating assets #26

Closed doowb closed 10 years ago

doowb commented 10 years ago

Made the assets recalculation work like the one in assemble. This needs to be moved out into a function in assemble that can be reused in things like plugins.

jonschlinkert commented 10 years ago

Nice! Thanks!

jonschlinkert commented 10 years ago

Feel free to merge @doowb