Skip to content

Commit f3751e0

Browse files
authoredJan 18, 2018
Merge branch 'master' into master
2 parents d0fc298 + 3575f8f commit f3751e0

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed
 

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"scripts": {
77
"start": "run-script-os",
88
"start:win32": "browser-sync start --server --files '**/*.css, **/*.html, **/*.js, !node_modules/**/*' --directory --port 7777 --browser \"C:\\Program Files\\Firefox Developer Edition\\firefox.exe\"",
9-
"start:darwin:linux": "browser-sync start --server --files '**/*.css, **/*.html, **/*.js, !node_modules/**/*' --directory --port 7777 --browser 'FirefoxDeveloperEdition'"
9+
"start:darwin:linux": "browser-sync start --server --files '**/*.css, **/*.html, **/*.js, !node_modules/**/*' --directory --port 7777 --browser 'Firefox Developer Edition'"
1010
},
1111
"author": "",
1212
"license": "ISC",
1313
"devDependencies": {
1414
"browser-sync": "^2.18.13",
1515
"run-script-os": "^1.0.2"
1616
}
17-
}
17+
}

‎readme.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
Hey! These are the starter files and finished solutions. Grab the full course over at [CSSGrid.io](https://CSSGrid.io).
66

7+
## Course FAQ
8+
9+
### Q: I'm getting Browsersync Couldn't open browser (if you are using BrowserSync in a headless environment, you might want to set the open option to false)
10+
11+
This is because some versions of Firefox are "FirefoxDeveloperEdition" and some new downloads are "Firefox Developer Edition". If you had downloaded the browser before the course, just remove the spaces from the package.json command so it says "FirefoxDeveloperEdition"
712

813
## Community CSS Grid Content
914

0 commit comments

Comments
 (0)
Please sign in to comment.