Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

sassc temporary folder issue on Mac OSX #60

Open
eredo opened this issue Sep 19, 2016 · 0 comments
Open

sassc temporary folder issue on Mac OSX #60

eredo opened this issue Sep 19, 2016 · 0 comments

Comments

@eredo
Copy link

eredo commented Sep 19, 2016

OS: Mac OSX Yosemite
Dart Version: Dart VM version: 1.19.1 (Wed Sep 7 08:59:17 2016) on "macos_x64"
Pub Version: Pub 1.19.1

I'm trying to serve a project which contains SASS (scss) files within the lib folder.
This results in the following error message:

[SassC on XYZ|XYZ|lib/components/app.scss]:
Failed to run [/usr/local/bin/sassc, -t, expanded, -m, ../../../../../../Users/Eric/XYZ/lib/components/app.scss, app.scss.css, --load-path, /Users/Eric/XYZ] in /var/folders/pv/1mm2ydkj0414nv110gnr1vvw0000gq/T/pNjrSc:
Internal Error: File to read not found or unreadable: ../../../../../../Users/Eric/XYZ/lib/components/app.scss

Pub serve:

pub serve --force-poll

It seems that the Mac OSX Symlinks cause the issue, because /var/folders/pv/... actually points to /private/var/folders/pv/... .

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant