thetron / css3buttons_rails_helpers

Rails helpers to generate beautiful css3 buttons, based on the 'css3-github-buttons'
http://nicolasgallagher.com/lab/css3-github-buttons/
MIT License
311 stars 29 forks source link

Generator option required to specify install path #1

Closed thetron closed 13 years ago

thetron commented 13 years ago
$ rails g css3buttons admin

Should install the stylesheets to and javascripts to:

/stylesheets/admin/
/javascripts/admin/

Should also add a config initializer, which configures the install path:

Cs33buttons.configure do |config|
  config.install_path = "admin"
end
thetron commented 13 years ago

Closing. Will be made redundant by Rails 3.1 asset pipeline.