浏览代码

Use a hidden config file for browser-sync, in line with others

Kevin van Zonneveld 9 年之前
父节点
当前提交
c58e647066
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package.json

+ 1 - 1
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",