wilr / grunt-shopify

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

Clarify README, update tasks to be async. #8

Closed pagameba closed 11 years ago

pagameba commented 11 years ago

The base option requires a trailing slash for getAssetKey to return the correct value (as written). Alternately getAssetKey could be modified to remove the leading / from the adjusted path if present.

The upload and remove tasks need to use this.async() to work correctly.