From 0a93a3f6d12d69434021b2b46b5d9825091e67b0 Mon Sep 17 00:00:00 2001 From: Nick Winter Date: Mon, 2 May 2016 12:04:07 -0700 Subject: [PATCH] Removed mention of bless-brunch, since we don't need it any more. --- Dev-Setup:-Issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dev-Setup:-Issues.md b/Dev-Setup:-Issues.md index 2a5bd4f..2615f56 100644 --- a/Dev-Setup:-Issues.md +++ b/Dev-Setup:-Issues.md @@ -16,4 +16,4 @@ export LC_ALL=en_US.UTF-8 If you only see a white screen, check to see if the first line of app.css is `ERROR: Cannot load compass`. If so, try either uninstalling compass (`gem uninstall compass`) or re-installing it if you actually need it (`gem install compass --pre`). -If you get a white screen on http://localhost:3000 with no JavaScript errors, or if your page loads fine but no CSS is applied, it could be that your brunch isn't compiling sass properly (`public\stylesheets\app.css` is like 70KB instead of >600KB). To solve it, try removing the bless-brunch entry from package.json and deleting the bless-brunch folder from node_modules. If you rebrunch, it may work. \ No newline at end of file +If you get a white screen on http://localhost:3000 with no JavaScript errors, or if your page loads fine but no CSS is applied, it could be that your brunch isn't compiling Sass properly (`public\stylesheets\app.css` is like 70KB instead of >600KB). We don't know of any current issues that are causing this, or workarounds, but it has been a common symptom in the past with different Sass compilation setups, especially on Windows. \ No newline at end of file