bigcartel / dugway

Easily build and test Big Cartel themes.
https://developers.bigcartel.com/api/themes
MIT License
149 stars 22 forks source link

Serving CSS outside of theme.css #119

Closed landonconover closed 9 years ago

landonconover commented 9 years ago

Is there a way to link in css files to layout.html with out using sprockets and theme.css?

Thanks.

nickendle commented 9 years ago

@landonconover sorry, but there's not a way to have separate CSS files packaged in the theme unless they're included with sprockets in the main theme.css file. Currently our system only supports loading one theme.css stylesheet, so if you need to have a separate CSS file with your theme you'll want to host it externally and include it in layout.html.

landonconover commented 9 years ago

Thanks! I will find a work around. I am glad I asked, and didn't spend a ton of time trying to get it to work. :smiley: