2 changed files with 41 additions and 10 deletions
@ -1,15 +1,15 @@ |
|||||||
var browserSync = require('browser-sync'); |
var browserSync = require("browser-sync"); |
||||||
|
|
||||||
browserSync({ |
browserSync({ |
||||||
//proxy: 'http://137.149.200.93',
|
//proxy: 'http://137.149.200.93',
|
||||||
proxy: 'https://islandimagined2.islandarchives.ca', |
proxy: "https://kspaces2.islandarchives.ca", |
||||||
files: 'css/**/*.css', |
files: "css/**/*.css", |
||||||
plugins: ['bs-rewrite-rules'], |
plugins: ["bs-rewrite-rules"], |
||||||
serveStatic: ['.'], |
serveStatic: ["."], |
||||||
rewriteRules: [ |
rewriteRules: [ |
||||||
{ |
{ |
||||||
match: /\/themes\/custom\/oliveskspaces/g, |
match: /\/themes\/custom\/oliveskspaces/g, |
||||||
replace: '' |
replace: "", |
||||||
} |
}, |
||||||
] |
], |
||||||
}); |
}); |
||||||
|
|||||||
Loading…
Reference in new issue