Skip to content

Conversation

@mhluska
Copy link

@mhluska mhluska commented Dec 6, 2014

I was having trouble using this with Bootstrap since Bootstrap relies on nested form elements. This fixes it.

@mhluska
Copy link
Author

mhluska commented Dec 6, 2014

On a side note I had a hell of a time getting this to play nice with Rails. I had to patch the compiled CSS like so:

SKEUOCARD_PATH='./vendor/assets/components/skeuocard/styles/skeuocard.css'

perl -pe 's,url\("\.\./(.*?)"\),url("''<%= asset_path "skeuocard/\1" %>''"),g' ${SKEUOCARD_PATH} > ${SKEUOCARD_PATH}.erb
rm ${SKEUOCARD_PATH}

The skeuocard-rails gem seems outdated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant