In PowerShell on Windows 8, follow these steps to reproduce:
- Create a new test-folder, for example
C:\compass-test
- In PowerShell create compass-project here with
compass create
- Create a subfolder in
C:\compass-test\images, named sprites
- Add images to
C:\compass-test\images\sprites-folder
- In
screen.css add @import "sprites/*.png"; and @include all-sprites-sprites;
- Navigate to another folder, for example "C:"
- 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.