When less builds the css output file path it does not take into account checking if a uri was given as less path.

Attached patch checks if the provided css file is in the form of a uri and if so removes the prefix.

CommentFileSizeAuthor
uri_support.patch727 bytesauth
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

corey.aufang’s picture

Status: Active » Fixed

This will be patched in the next release.

Status: Fixed » Closed (fixed)

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

  • Commit ad805c1 on 7.x-2.x, 7.x-3.x, 7.x-4.x by corey.aufang:
    Issue #1058396 by corey.aufang, auth: added support for URI referenced ....