Guest User

Untitled

a guest
Jun 21st, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. browserSync.init({
  2. proxy: 'someurl.com',
  3. files: 'css/dist/style.css',
  4. serveStatic: ['css/dist'],
  5. rewriteRules: [
  6. {
  7. match: 'css/dist/style.css',
  8. replace: 'css/dist/style.css'
  9. }
  10. ]
  11. });
Add Comment
Please, Sign In to add comment