Skip to content

Referencing a path for "compass compile" as argument does not behave like parameter-less "compass compile" #1319

@sebnilsson

Description

@sebnilsson

In PowerShell on Windows 8, follow these steps to reproduce:

  1. Create a new test-folder, for example C:\compass-test
  2. In PowerShell create compass-project here with compass create
  3. Create a subfolder in C:\compass-test\images, named sprites
  4. Add images to C:\compass-test\images\sprites-folder
  5. In screen.css add @import "sprites/*.png"; and @include all-sprites-sprites;
  6. Navigate to another folder, for example "C:"
  7. Execute compass compile "C:\compass-test"

You will get the following error-message:
No files were found in the load path matching "sprites/*.png"....

To get expected behavior: navigate with PowerShell to C:\compass-test and just execute compass compile.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions