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/... .
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:
Pub serve:
It seems that the Mac OSX Symlinks cause the issue, because /var/folders/pv/... actually points to /private/var/folders/pv/... .