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

It would be great to add a rake task to the gem for initializing #6

Open
contentfree opened this issue Jan 26, 2011 · 2 comments
Open

Comments

@contentfree
Copy link

I always forget how my rails apps got the HTML5 boilerplate stuff initialized. I go 1) rake -T, 2) rails g and finally 3) google for rails gem html5 boilerplate, leading me here where I see the compass init command.

There ought to be a html5boilerplate:init rake task.

@sporkd
Copy link
Owner

sporkd commented Jan 26, 2011

I agree. I actually suggested some time back to the compass user group that Compass itself should be using Thor to do installs/updates instead of the compass command. Thor could still read from the manifest, but it would behave more like a generator, allowing you to choose which files you want to overwrite on on individual basis instead of using the --force option.

That would be the ideal solution, but I suppose in the meantime we could add a simple rake shortcut to the compass script. I may try to get to this if someone does not beat me to it first.

@rajneesh-18
Copy link

What is the main problem in this issue?

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

3 participants