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

Assets prefix #38

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

Commits on Nov 4, 2015

  1. Make convert_icon_guide_html instance method

    So that we can access options from within it.
    Sinetheta committed Nov 4, 2015
    Configuration menu
    Copy the full SHA
    57de457 View commit details
    Browse the repository at this point in the history
  2. Add assets.prefix options for css and fonts

    Although rails assets are _generally_ in /assets they can be
    configured to be served from elsewhere. This breaks the demo.
    
    The reason for 2 separate options is that I use this gem in non-rails
    projects, where my fonts and css aren't necessarily in the same
    place.
    
    Since we allow users to specify the css and font asset directories
    separately, it makes sense that they should also be able to
    separate them for the purpose of serving up the demo.
    Sinetheta committed Nov 4, 2015
    Configuration menu
    Copy the full SHA
    7f89163 View commit details
    Browse the repository at this point in the history