Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bower_components folder in root causes 404 file errors #1

Open
thinq4yourself opened this issue Oct 16, 2014 · 0 comments
Open

bower_components folder in root causes 404 file errors #1

thinq4yourself opened this issue Oct 16, 2014 · 0 comments
Labels

Comments

@thinq4yourself
Copy link
Member

Because of how bower_components are installed on Codio boxes - in the workspace root folder by default - the app will not be able to find the required files (scripts & css) outside of its app root. To resolve this, we create a symlink inside of the app folder to find bower_components in the workspace root.

Temp Resolution:
Add a symbolic link to /beep (/app) for bower_components

$ ln -s /home/codio/workspace/bower_components /home/codio/workspace/beep/bower_components

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant