We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 647c462 commit d835eedCopy full SHA for d835eed
docs/command-line/index.html
@@ -101,10 +101,6 @@ <h3 id="command-line-options" class="section-link">
101
<td>--files</td>
102
<td>File paths to watch</td>
103
</tr>
104
- <tr>
105
- <td>--exclude</td>
106
- <td>File patterns to ignore</td>
107
- </tr>
108
<tr>
109
<td>--server</td>
110
<td>Run a Local server (uses your cwd as the web root)</td>
package.json
@@ -14,7 +14,7 @@
14
"license": "ISC",
15
"private": true,
16
"devDependencies": {
17
- "browser-sync": "^2.7.6",
+ "browser-sync": "git://github.com/browsersync/browser-sync",
18
"bs-recipes": "git://github.com/BrowserSync/recipes.git",
19
"crossbow": "^0.4.5",
20
"easy-svg": "^1.0.4",
0 commit comments