Can-So / HopStack

A beautifully crafted application stack for software teams. See the Demo ->
http://beardandfedora.com/hopstack
GNU General Public License v2.0
1 stars 2 forks source link

bower_components folder in root causes 404 file errors #1

Open thinq4yourself opened 10 years ago

thinq4yourself commented 10 years ago

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 _bowercomponents

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