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

Plugin now errors with `preset: pretty` #43

Closed xzyfer closed 10 years ago

xzyfer commented 10 years ago

This plugin appears to errors when using preset: pretty. The culprit appears to be a recent, significant, change to strings.

https://github.com/sellside/strings/commit/146c90ccae7432ddf3abf2d263684ffee12c2b64

I guess is that this change should have been a minor bump not patch.

toolmantim commented 10 years ago

Whilst strings is unstable, it might be a good idea to lock down the version to "0.1.4" instead of "~0.1.1"

doowb commented 10 years ago

Sorry, strings wasn't supposed to get published yet. It was pushed up to the github repo but still needs some changes and needs a minor version bump. I unpublished 0.1.5 so you should be good with a fresh install of assemble-contrib-permalinks.

toolmantim commented 10 years ago

:+1: :heart: