From 82712d4ca3d9a4fbcc4ec2999d188f869f2efa6f Mon Sep 17 00:00:00 2001 From: Vadim Makeev Date: Wed, 28 Nov 2018 03:09:46 +0300 Subject: [PATCH] Update paths --- gulpfile.js | 6 +++--- index.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 6984001..6a7cd43 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -23,7 +23,7 @@ gulp.task('prepare', () => { '!package-lock.json' ]) .pipe(replace( - /()/g, + /()/g, '$1shower/themes/$3/$4', { skipBinary: true } )) .pipe(replace( @@ -43,7 +43,7 @@ gulp.task('prepare', () => { const material = gulp.src([ '**', '!package.json' ], { - cwd: 'node_modules/shower-material' + cwd: 'node_modules/@shower/material' }) .pipe(rename( (path) => { path.dirname = 'shower/themes/material/' + path.dirname; @@ -52,7 +52,7 @@ gulp.task('prepare', () => { const ribbon = gulp.src([ '**', '!package.json' ], { - cwd: 'node_modules/shower-ribbon' + cwd: 'node_modules/@shower/ribbon' }) .pipe(rename( (path) => { path.dirname = 'shower/themes/ribbon/' + path.dirname; diff --git a/index.html b/index.html index 4945e5a..2280154 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ Shower Presentation Engine - +