Skip to content

bower_components folder in root causes 404 file errors #1

Open
@thinq4yourself

Description

@thinq4yourself

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions