I have created a style prototype by following this guide

Now I would like to create a subtheme based on it. I have created and installed a style-prototype gem. Then I followed the approach on http://snugug.github.io/Aurora/subthemes/ and tried something like

compass create <my_theme> -r aurora --using my_style_prototype_gem

... but it doesn't work. I am assuming the command is wrong ... Can anyone tell me what's wrong?

Comments

iamcarrico’s picture

Status: Active » Fixed

Style prototypes do not create sub-themes--- but you can use them within your subtheme. There are several ways to do this, the one I prefer is to put them into your own git repository. You can then use bower to bring in your sass files as a bower component. You do NOT need to make the bower component public to do this.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.