gunta / grunt-manifest

Generates HTML5 Cache Manifest files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not latest version committed to npmjs

matthieusieben opened this issue · comments

Hey, I don't know if it is your responsibility but the latest version of this package on npmjs.com is 0.4.0.

Well we just lost a morning to this issue!

Please at least state in the README.md npm install grunt-manifest --save-dev will not install the version applicable to the following documentation.

Is there any reason you are not publishing the latest version to npm? It has a few features we need and we're are having to use a git url to depend on the latest version.

Also, +1 on getting burned by documentation not matching published version.

Let us know if there's anything we can do to help get the latest version published to npm.

Same here, would love to see latest version on npmjs... For what it's worth, wgetting the tasks/manifest.js file into my local node_modules/grunt-manifest/tasks seems to at least fix my immediate problem of the hash feature not working in the current version from npmjs.

A cleaner way is to use:

   "grunt-manifest": "git://github.com/gunta/grunt-manifest.git#0.4.2",

in you package.json

@gunta please respond :)

@maboiteaspam I can't publish the new release to npm. Only a contributor for this git repository.

At least you can still follow the advice from @matthieusieben and using the tag.

Sorry for the big delay. Updated now.

Woo! Thanks.

@stephanebachelier yes, thanks, is it what i did in a short. Let s say it is preferable to rely on published npm package.

@gunta thank you !