solution worked for me, but different symptoms.

Taelia 2016-04-01 18:48:42 +02:00
parent 4e43c9f366
commit 722aba9745

@ -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 your brunch isn't compiling sass properly (`public\stylesheets\app.css` is like 70KB instead of >600KB and you get a white screen on http://localhost:3000 with no JavaScript errors), try removing the bless-brunch entry from package.json and deleting the bless-brunch folder from node_modules. If you rebrunch, it may work.
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.