compass-html5-boilerplate icon indicating copy to clipboard operation
compass-html5-boilerplate copied to clipboard

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

Open contentfree opened this issue 14 years ago • 2 comments

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.

contentfree avatar Jan 26 '11 02:01 contentfree

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.

sporkd avatar Jan 26 '11 19:01 sporkd

What is the main problem in this issue?

rajneesh-18 avatar Nov 28 '23 10:11 rajneesh-18