humanitiesplusdesign / palladio-embed-app

Generate embeddable component definitions based on Palladio save file
0 stars 1 forks source link

html layout problem #1

Closed cncoleman closed 8 years ago

cncoleman commented 8 years ago
screen shot 2016-04-29 at 11 13 22 am
esjewett commented 8 years ago

This is probably caused by out of sync versions. I've updated the bower.json so that using bower link should no longer be necessary. If you pull down the latest master branch and bower install, I hope it fixes the issue.

cncoleman commented 8 years ago

Now it looks like this:

screen shot 2016-04-29 at 2 11 00 pm
esjewett commented 8 years ago

Still broken. What does the error console look like? And the result of running "bower install" in the directory?

On Fri, Apr 29, 2016 at 2:11 PM -0700, "Nicole Coleman" notifications@github.com wrote:

Now it looks like this:

— You are receiving this because you commented. Reply to this email directly or view it on GitHub

cncoleman commented 8 years ago

Ah! Thank you. The problem was in the bower install. It saw and existing non-bower directory with that name in the components directory (bower_components/palladio). I forced the installation with --force.