-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added static directory to build step (#55)
- add directory `src/static` - provide README in `src/static` - update copy run script to recursively copy the directory to `dist/static` - refactor favicon to be copied via the static dir - reference favicon from new location in `index.html` Closes #54
- Loading branch information
Showing
4 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# static | ||
|
||
Files and directories that you put in `static` will be copied to the | ||
`dist/static` directory during the build step. Use it to provide | ||
arbitrary static assets that can be referenced by path in your | ||
application. |
File renamed without changes.