Skip to content

Commit

Permalink
Correct typo in copyFiles JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
shimberger authored Mar 12, 2017
1 parent b0252e7 commit 34482e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/article/en-US/the-aurelia-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ The final step to make Bootstrap work is to copy the necessary font files to the
```
"bundles": [ ... ],
"copyFiles": {
"node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2": "bootstrap/fonts".
"node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2": "bootstrap/fonts",
"node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.woff": "bootstrap/fonts",
"node_modules/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf": "bootstrap/fonts"
}
Expand Down

0 comments on commit 34482e7

Please sign in to comment.