More flexible regexp: 4x3, material and such cases
This commit is contained in:
parent
88dffef4b5
commit
ed65022035
|
@ -22,8 +22,8 @@ gulp.task('prepare', () => {
|
||||||
'!package.json'
|
'!package.json'
|
||||||
])
|
])
|
||||||
.pipe(replace(
|
.pipe(replace(
|
||||||
/(<link rel="stylesheet" href=")(node_modules\/shower-ribbon\/)(styles\/screen-16x10.css">)/g,
|
/(<link rel="stylesheet" href=")(node_modules\/shower-)([^\/]*)\/(.*\.css">)/g,
|
||||||
'$1shower/themes/ribbon/$3', { skipBinary: true }
|
'$1shower/themes/$3/$4', { skipBinary: true }
|
||||||
))
|
))
|
||||||
.pipe(replace(
|
.pipe(replace(
|
||||||
/(<script src=")(node_modules\/shower-core\/)(shower.min.js"><\/script>)/g,
|
/(<script src=")(node_modules\/shower-core\/)(shower.min.js"><\/script>)/g,
|
||||||
|
|
Loading…
Reference in New Issue