2 changed files with 41 additions and 10 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://kspaces2.islandarchives.ca", |
||||
files: "css/**/*.css", |
||||
plugins: ["bs-rewrite-rules"], |
||||
serveStatic: ["."], |
||||
rewriteRules: [ |
||||
{ |
||||
match: /\/themes\/custom\/oliveskspaces/g, |
||||
replace: '' |
||||
} |
||||
] |
||||
replace: "", |
||||
}, |
||||
], |
||||
}); |
||||
|
||||
Loading…
Reference in new issue