Update anatomy of the webui in the readme

This commit is contained in:
Floran Brutel 2017-06-05 10:33:50 +02:00
parent db2534b25c
commit b39625a22b
3 changed files with 3 additions and 3 deletions

View File

@ -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)
``` ```

View File

@ -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'));
}); });

View File

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB