mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-22 08:41:32 +03:00
Update anatomy of the webui in the readme
This commit is contained in:
parent
db2534b25c
commit
b39625a22b
@ -31,11 +31,11 @@ static
|
||||
|
|
||||
|--- css
|
||||
|
|
||||
|--- html
|
||||
|
|
||||
|--- images
|
||||
|
|
||||
|--- js
|
||||
|
|
||||
|--- public # path where builds are put
|
||||
|
|
||||
|--- templates (bottle)
|
||||
```
|
||||
|
@ -21,7 +21,7 @@ gulp.task('copy', function() {
|
||||
gulp.src('./images/*.png')
|
||||
.pipe(gulp.dest('./public/images'));
|
||||
|
||||
gulp.src('favicon.ico')
|
||||
gulp.src('./images/favicon.ico')
|
||||
.pipe(gulp.dest('./public'));
|
||||
});
|
||||
|
||||
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 4.2 KiB |
Loading…
Reference in New Issue
Block a user