Sha256: 74e61aceb254754dcd9a0105b57d854620932a790664c6047f6cc7881398f742

Contents?: true

Size: 1.97 KB

Versions: 1

Compression:

Stored size: 1.97 KB

Contents

===============================================================================

                            You just installed...
                             _  _____ ____   ___  
                            | |/ /_ _/ ___| / _ \ 
                            | ' / | |\___ \| | | |
                            | . \ | | ___) | |_| |
                            |_|\_\___|____/ \___/ 

                                 KISO Themes


Thanks for supporting our small independant software company running from the 
middle of nowhere! We really appreciate it.

Now unfortunatley there's some setup you MUST do MANUALLY if you haven't yet:

  * You can choose a theme style in app/assets/stylesheets/kiso_themes.css

  * Ensure app/assets/stylesheets/kiso_themes.css is loaded in application.css
    with `require kiso_themes`.

  * Ensure you DO NOT have a `require_tree` in your application.css, which will
    load files in a random order.

<%- unless rails6? -%>
  * Ensure `require kiso_themes` has been added to app/assets/javascripts/application.js.
<%- end -%>

  * Ensure you have defined root_url to *something* in your config/routes.rb.
    For example, assuming you have a HomeController with an Index action:

      root :to => "home#index"

  * Browse the theme documentation:

      Rails Integration: https://kiso.io/docs

*** Using Simple Form? ***

  * If you are using simple_form, don't forget to run:

      rails generate simple_form:install --bootstrap

<% if can_customize? %>
If you want to fully customize your theme (edit SCSS variables and be picky
about what is being put in your CSS), run `rails generate kiso_themes:customize`.
<% end %>

We really appreciate your business here at Rapid Rails Themes,
thanks for buying!

*** Having problems? Need support? ***

To make sure we receive your support request, log into your kiso.io account,
go to the Support page and tell us everything related to your issue. 

===============================================================================

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kiso_themes-1.0.2 lib/generators/kiso_themes/templates/README.tt