Josiah / gulp-cachebust

Generates checksums and renames references to files, useful for cachebusting
30 stars 11 forks source link

Latest master version is not available on npm registry #22

Open mdiaATarinc opened 8 years ago

mdiaATarinc commented 8 years ago

Hi,

I'm using the latest version of this gulp plugin from the npm registry. I noticed two differences in the documentation on npm and github:

  1. The latest version on npm says 0.0.6 while under Releases it says 0.0.5
  2. The pathFormatter option is available on master but it's not pushed as part of a new release on github or npm.

I really want to use the pathFormatter option for our build purposes as we need to append a string before the hash value.

@Josiah Can you publish the master to tags and also npm registry?

Thanks!

jhuesos commented 7 years ago

We moved the repository to a new location, and in there 0.0.7 is released. That version is pretty much the same as 0.0.6 apart from small package.json and other meta info changes