mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-24 13:34:08 -05:00
solution worked for me, but different symptoms.
parent
4e43c9f366
commit
722aba9745
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
Loading…
Reference in a new issue