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