Closed thetron closed 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
Closing. Will be made redundant by Rails 3.1 asset pipeline.
Should install the stylesheets to and javascripts to:
Should also add a config initializer, which configures the install path: