oopsie
This commit is contained in:
parent
18b483ee27
commit
4a08da1292
|
@ -24,7 +24,7 @@ gulp.task('copy:client:fonts', () =>
|
||||||
);
|
);
|
||||||
|
|
||||||
gulp.task('copy:client:phosphor', () =>
|
gulp.task('copy:client:phosphor', () =>
|
||||||
gulp.src('./packages/client/node_modules/phosphor-icons/src/css/*').pipe(gulp.dest('./built/_client_dist_/'))
|
gulp.src('./node_modules/phosphor-icons/src/css/*').pipe(gulp.dest('./built/_client_dist_/phosphor/'))
|
||||||
);
|
);
|
||||||
|
|
||||||
gulp.task('copy:client:locales', cb => {
|
gulp.task('copy:client:locales', cb => {
|
||||||
|
|
|
@ -35,7 +35,7 @@ html
|
||||||
link(rel='prefetch' href=`/static-assets/badges/info.png?${ nowDateMs }`)
|
link(rel='prefetch' href=`/static-assets/badges/info.png?${ nowDateMs }`)
|
||||||
link(rel='prefetch' href=`/static-assets/badges/not-found.png?${ nowDateMs }`)
|
link(rel='prefetch' href=`/static-assets/badges/not-found.png?${ nowDateMs }`)
|
||||||
link(rel='prefetch' href=`/static-assets/badges/error.png?${ nowDateMs }`)
|
link(rel='prefetch' href=`/static-assets/badges/error.png?${ nowDateMs }`)
|
||||||
link(rel='stylesheet' href='/assets/icons.css')
|
link(rel='stylesheet' href='/assets/phosphor/icons.css')
|
||||||
link(rel='stylesheet' href=`/static-assets/instance.css?${ nowDateMs }`)
|
link(rel='stylesheet' href=`/static-assets/instance.css?${ nowDateMs }`)
|
||||||
link(rel='modulepreload' href=`/assets/${clientEntry.file}`)
|
link(rel='modulepreload' href=`/assets/${clientEntry.file}`)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue