yui / shifter

New YUI build tool based on Gearjs, so let's shift some gears
http://yui.github.com/shifter/
Other
77 stars 58 forks source link

Should the skin compressed file contain all the CSS files contained in the assets folder? #108

Open nisanov opened 10 years ago

nisanov commented 10 years ago

Given that the following structure:

src
   project-application
      assets
         skins
            vanilla
               project-application-skin.css
               project-application-panel.css
         project-application-core.css
         project-application-panel.css

with shifter 0.4.2 produces:

build
   project-application
      assets
         skins
            vanilla
               project-application.css
               project-application-skin.css
               project-application-panel.css
         project-application-core.css
         project-application-panel.css

Should project-application.css contain *panel.css file content?