mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-30 10:56:53 -05:00
Removed mention of bless-brunch, since we don't need it any more.
parent
a1cbab30d3
commit
0a93a3f6d1
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 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.
|
||||
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.
|
Loading…
Reference in a new issue