Skip to content

Commit

Permalink
doc(the-aurelia-cli): remove unnecessary white-space
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioluz authored Feb 8, 2017
1 parent 62e32a2 commit 7f9b948
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/article/en-US/the-aurelia-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,9 @@ Now, the font files will be copied to the `bootstrap/fonts` folder when building
>
```
"bundles": [ ... ],
"copyFiles": {
FILE_YOU_WANT_TO_COPY_BASED_ON_PROJECT_FOLDER: DESTINATION_FOLDER_BASED_ON_PROJECT_FOLDER
}
"copyFiles": {
FILE_YOU_WANT_TO_COPY_BASED_ON_PROJECT_FOLDER: DESTINATION_FOLDER_BASED_ON_PROJECT_FOLDER
}
```
> If you run the application providing the `--watch` flag, the files will be recopied when changed.
Expand Down

0 comments on commit 7f9b948

Please sign in to comment.