browser-sync.config.js 135 Bytes
module.exports = {
	"proxy": "http://fpcanada.test/",
	"notify": false,
	"files": ["./css/*.min.css", "./js/*.min.js", "./**/*.php"]
};