mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-31 13:15:30 +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
|
|--- css
|
||||||
|
|
|
|
||||||
|--- html
|
|
||||||
|
|
|
||||||
|--- images
|
|--- images
|
||||||
|
|
|
|
||||||
|--- js
|
|--- js
|
||||||
|
|
|
|
||||||
|--- public # path where builds are put
|
|--- public # path where builds are put
|
||||||
|
|
|
||||||
|
|--- templates (bottle)
|
||||||
```
|
```
|
||||||
|
@ -21,7 +21,7 @@ gulp.task('copy', function() {
|
|||||||
gulp.src('./images/*.png')
|
gulp.src('./images/*.png')
|
||||||
.pipe(gulp.dest('./public/images'));
|
.pipe(gulp.dest('./public/images'));
|
||||||
|
|
||||||
gulp.src('favicon.ico')
|
gulp.src('./images/favicon.ico')
|
||||||
.pipe(gulp.dest('./public'));
|
.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