Skip to content

Commit

Permalink
Merge pull request aurelia#737 from shimberger/patch-1
Browse files Browse the repository at this point in the history
Correct typo in copyFiles JSON
  • Loading branch information
EisenbergEffect authored Mar 21, 2017
2 parents cfea600 + 34482e7 commit 40073c6
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 40073c6

Please sign in to comment.