CodeSleeve / asset-pipeline

This Laravel 4 package provides a very simple and easy to use asset pipeline. It was heavily inspired by the Rails asset pipeline. We make use of the wonderful Assetic package to help with pre-compliation!
http://www.codesleeve.com
MIT License
489 stars 53 forks source link

[Proposal] Multiple stylesheets #52

Closed Jaspur closed 10 years ago

Jaspur commented 10 years ago

Hi, at the moment I'm missing something. A way to generate two different stylesheets. The website itself needs of course a stylesheet, but the CMS behind the website needs another/different stylesheets. That can be done now.

kdocki commented 10 years ago

?... Well, you can have different manifest files stylesheet_link_tag('website.css') and stylesheet_link_tag('cms.css') (the default is application.css if you just do stylesheet_link_tag()