From c58e647066e7e9264fe7c39cc82cda8d71bedf2d Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Thu, 3 Dec 2015 14:09:24 +0100 Subject: [PATCH] Use a hidden config file for browser-sync, in line with others --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee976731e..29e6ede3a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "lint": "eslint src/**/*.js", "dev": "npm run watch & npm run server", "dev:examples": "npm run watch:examples & npm run server", - "server": "browser-sync start --config bs-config.js", + "server": "browser-sync start --config .browsersync.js", "test": "bin/test", "test:phantom": "zuul test/spec/upload.js --phantom", "watch": "npm run watch:css & npm run watch:js",