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

Change --save-dev to --save in documentation #17

Closed mostafah closed 11 years ago

mostafah commented 11 years ago

Assemble plugins are looked up in dependencies of package.json, not in devDependencies. So user of plugins should install them as that.

Following current instructions and using --save-dev leads to plugin not working, because it's not called.

jonschlinkert commented 11 years ago

thanks!

AndersDJohnson commented 11 years ago

@mostafah FYI this was also fixed in https://github.com/assemble/assemble/commit/f58c109a658d45c0b5b5ca752cb05e9b39624482

Hopefully makes it into a 0.4.12 release.

jonschlinkert commented 11 years ago

I'll make sure it is. Been taking care of a 3 week old :-) I'm a bit busier than usual.

mostafah commented 11 years ago

@adjohnson916 That’s good news. I hope it makes it.

AndersDJohnson commented 11 years ago

@jonschlinkert Let me know if you need help managing the repo.

jonschlinkert commented 11 years ago

we can always use help, the main thing we'd love help with is resolving issues - on any of the assemble repos.