Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Fix fetch-assets script to copy examples to the right place #148

Merged
merged 1 commit into from
Apr 12, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/fetch-assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
docAssetsPath=./src/assets/documents/

# Dir where live-example assets will be copied
exampleAssetsPath=./src/assets/examples/
exampleAssetsPath=./src/assets/

# Dir where published assets will temporarily copied to (using `git clone`).
tmpAssetClonePath=/tmp/material-assets
Expand Down