You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rave.apache.org by "Chris Geer (JIRA)" <ji...@apache.org> on 2012/06/06 16:04:23 UTC

[jira] [Commented] (RAVE-649) Bootstrap Icons not working from gadgets

    [ https://issues.apache.org/jira/browse/RAVE-649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13290164#comment-13290164 ] 

Chris Geer commented on RAVE-649:
---------------------------------

If you change the rave.shindig.properties file from this:

shindig.content-rewrite.include-urls=.*
shindig.content-rewrite.exclude-urls=

to

shindig.content-rewrite.include-urls=
shindig.content-rewrite.exclude-urls=.*

The problem goes away because it's not concatenating the css files. So it looks like the problem is in the concatenation process (shindig).
                
> Bootstrap Icons not working from gadgets
> ----------------------------------------
>
>                 Key: RAVE-649
>                 URL: https://issues.apache.org/jira/browse/RAVE-649
>             Project: Rave
>          Issue Type: Bug
>          Components: rave-portal
>            Reporter: Chris Geer
>
> When using a bootstrap based css file it looks like the process of combining the various css files into the concat css file that is sent to the gadget is stripping out classes. The css file in question includes the various "class^=" and "class*=" definitions but the concat file seen by the gadget doesn't include them.
> Trying to use bootstrap icons.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira