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

Make _conformDOM work with nested elements #151

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

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