Sha256: 1d9cc92c2959e1a1306444a8f0382cca6a7944fd84e9936f3fc77371b9bcbf3b
Contents?: true
Size: 785 Bytes
Versions: 10
Compression:
Stored size: 785 Bytes
Contents
Setup assets and create boilerplate layout for GroundworkCSS ============================================================== `rails g groundworkcss:install` Inserts required lines into application manifest files: `/app/assets/javascripts/application.{js,coffee}` `/app/assets/stylesheets/application.{css,scss}` Creates boilerplate layout: `/app/views/layouts/application.html.erb` Creates Groundwork settings file: `/app/assets/stylesheets/_groundwork_settings.scss` Add GroundworkCSS documentation files (great for testing, too) -------------------------------------------------------------- `rails g groundworkcss:docs` Creates required files, controller and configures routes to Groundwork documenation pages in your rails app (great for offline use and testing).
Version data entries
10 entries across 10 versions & 1 rubygems