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

Generator option required to specify install path #1

Closed
thetron opened this issue Mar 22, 2011 · 1 comment
Closed

Generator option required to specify install path #1

thetron opened this issue Mar 22, 2011 · 1 comment
Assignees
Milestone

Comments

@thetron
Copy link
Owner

thetron commented Mar 22, 2011

$ 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
@ghost ghost assigned thetron Apr 10, 2011
@thetron
Copy link
Owner Author

thetron commented Jun 4, 2011

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

@thetron thetron closed this as completed Jun 4, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant