Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

middleware: upgrade to v0.5.0 format #503

Closed
12 of 19 tasks
jonschlinkert opened this issue Apr 29, 2014 · 2 comments
Closed
12 of 19 tasks

middleware: upgrade to v0.5.0 format #503

jonschlinkert opened this issue Apr 29, 2014 · 2 comments

Comments

@jonschlinkert
Copy link
Member

(team @doowb and I can do most of these, no need to worry about converting, we just wanted to keep everyone informed, // cc @assemble/core-team)

  • plugin upgrade instructions (@doowb) (once @doowb or I post the upgrade instructions please feel free to add your comments or add additional info if we missed anything)

The following plugins need to be updgraded to the Assemble v0.5.0 format. Let @doowb or I know if you need help with the conversion.

  • assemble-contrib-anchors
  • assemble-contrib-anchors-example (move to gh-pages branch of anchors plugin)
  • assemble-contrib-contextual
  • assemble-contrib-decompress
  • assemble-contrib-download
  • assemble-contrib-drafts
  • assemble-contrib-i18n (in progress @doowb)
  • assemble-contrib-lunr
  • assemble-contrib-lunr-examples (move to gh-pages branch of lunr plugin)
  • assemble-contrib-navigation (@jonschlinkert)
  • assemble-contrib-pagination (@doowb) deprecating?
  • assemble-contrib-permalinks: Generalize into a lib with an interface that can be used by other plugins (and non-assemble projects)
  • assemble-contrib-permalinks
  • assemble-contrib-rss (@pburtchaell)
  • assemble-contrib-sitemap (@hariadi)
  • assemble-contrib-toc
  • assemble-contrib-toc-example (move to gh-pages branch of toc plugin)
  • assemble-contrib-wordcount

Plugin conventions

  • main property in package.json should be index.js. please name/rename the main file to index.js
  • on the exported function, use next(), not done() or cb() etc.
@jonschlinkert jonschlinkert added this to the v0.5.0 milestone Apr 29, 2014
@jonschlinkert jonschlinkert modified the milestone: v0.5.0 Apr 29, 2014
@jonschlinkert jonschlinkert changed the title plugins: upgrade to v0.5.0 format middleware: upgrade to v0.5.0 format May 2, 2014
@tkrugg
Copy link

tkrugg commented Jun 8, 2014

assemble-contrib-contextual Readme file example still uses
plugins: ['assemble-middleware-contextual', 'other/plugins/*.js']

@jonschlinkert
Copy link
Member Author

closing since this refers to an outdated version of grunt-assemble and is not relevant to the current assemble

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants