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

Clarify README, update tasks to be async. #8

Merged
merged 3 commits into from
Jul 17, 2013
Merged

Conversation

pagameba
Copy link
Contributor

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.

pagameba and others added 2 commits July 16, 2013 12:19
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.
Upload and remove are asynchronous tasks and need to indicate this to
grunt via the use of this.async() in the task method.
wilr added a commit that referenced this pull request Jul 17, 2013
Clarify README, update tasks to be async.
@wilr wilr merged commit 5517f6f into wilr:master Jul 17, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants