browser-sync.config.js 124 Bytes Raw Blame History Permalink 1 2 3 4 5 module.exports = { "proxy": "localhost/", "notify": false, "files": ["./css/*.min.css", "./js/*.min.js", "./**/*.php"] };