wilr / grunt-shopify

Grunt plug-in for publishing Shopify theme assets
BSD 3-Clause "New" or "Revised" License
107 stars 32 forks source link

How do i get the latest version #13

Closed paulmason closed 11 years ago

paulmason commented 11 years ago

When I run

npm install grunt-shopify --save-dev

I get a different version of the tasks/shopify.js to the one on github. Should I just clone it or download it?

Thanks!

wilr commented 11 years ago

Can use the npm for that, npm install https://github.com/wilr/grunt-shopify/tarball/master will tag a new release on npm shortly.

wilr commented 11 years ago

See https://npmjs.org/doc/install.html for more information on installation options (e.g directly via git or remote tar ball)

paulmason commented 11 years ago

Thanks @wilr, that did the trick!