wimleers / fileconveyor

File Conveyor is a daemon written in Python to detect, process and sync files. In particular, it's designed to sync files to CDNs. Amazon S3 and Rackspace Cloud Files, as well as any Origin Pull or (S)FTP Push CDN, are supported. Originally written for my bachelor thesis at Hasselt University in Belgium.
https://wimleers.com/fileconveyor
The Unlicense
340 stars 95 forks source link

Breaking my CSS! #113

Closed aniruddha-adhikary closed 12 years ago

aniruddha-adhikary commented 12 years ago

FIleConveyer is Breaking my CSS. YUI, Closure Compiler and every other filter is disabled in the config.xml file but still FC is messing up my CSS.

Original CSS: http://pastebin.com/tnrQbeBw FileConveyer CSS: http://pastebin.com/WCBSedTp

What is wrong?

<rule for="drupal" label="CSS, JS, images and Flash">
  <filter>
    <paths>misc:profiles:modules:themes:sites/all:sites/default</paths>
    <extensions>ico:js:css:gif:png:jpg:jpeg:svg:swf</extensions>
  </filter>
  <processorChain>
  </processorChain>
  <destinations>
    <destination server="origin pull cdn" path="static" />
  </destinations>
</rule>