You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am using a simple gulp-sass task while using node-sass-import-once, and as soon as I reference in one of my .scss files a @import of a file without _xxxx.scss (underscore + file extension), it fails to find it...
@import '../../app/components/layout/container/container.ui-layout';
Error: Could not import `../../app/components/layout/container/container.ui-layout` from any of the following locations:
/Users/user/projects/project/src/main/webapp/app/components/layout/container/container.ui-layout
/Users/user/projects/project/src/main/webapp/app/components/layout/container/container.ui-layout
/Users/user/projects/project/src/main/app/components/layout/container/container.ui-layout
It specifically needs to be explicited by specifying underscore + extension to work, like in
The text was updated successfully, but these errors were encountered:
fabm22
changed the title
Doesn't seem to see the files referenced when referenced without underscore at beginning + file extension.
Doesn't seem to see the files when referenced without underscore at beginning + file extension.
Jan 25, 2016
Hi, I am using a simple gulp-sass task while using node-sass-import-once, and as soon as I reference in one of my .scss files a @import of a file without _xxxx.scss (underscore + file extension), it fails to find it...
It specifically needs to be explicited by specifying underscore + extension to work, like in
Is this the desired behaviour ?
The text was updated successfully, but these errors were encountered: