Adds fastfetch/Server Observations as a screen
This commit is contained in:
parent
a85705b9be
commit
57a766380a
11 changed files with 210 additions and 10 deletions
|
|
@ -102,7 +102,8 @@ const buildCss = () => src(cssSources)
|
|||
.pipe(sass({ style: 'compressed' }).on('error', sass.logError))
|
||||
.pipe(rename({ suffix: '.min' }))
|
||||
.pipe(sourceMaps.write('./'))
|
||||
.pipe(dest(RESOURCES_PATH));
|
||||
.pipe(dest(RESOURCES_PATH))
|
||||
.pipe(dest('./server/styles'));
|
||||
|
||||
const htmlSources = [
|
||||
'views/*.ejs',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue