Copy link to clipboard
Copied
Hi,
I have a brand new computer. I have only installed Dreamweaver and a few other Adobe products, I have not installed any Ruby by myself or anything.
In my Dreamweaver site, I am using SCSS. The SCSS compiles when I save the file, and it works just fine mostly.
However, when I add an import, it doesn't compile.
For example, if I put this line: "@import 'assets/styles/reset';" then I get an error.
This is the error
C:/Program Files/Adobe/Adobe Dreamweaver CC 2018/ruby/lib/ruby/gems/2.4.0/gems/sass-3.5.3/lib/sass/importers/filesystem.rb:152: [BUG] Segmentation fault
How can I be able to import using the Dreamweaver SCSS compiler?
Thanks.
Hi all
I just wanted to let you know I have found an answer.
The site was saved in a OneDrive folder.
Having a site not on OneDrive works just fine.
I found this answer on PhpStorm technical support website and it works for Dreamweaver as well.
Thanks
Copy link to clipboard
Copied
pourriez vous tester deux choses
je vous propose cela car j'ai eu quelques souicis de ce style avec le compileur mis en place par DW
Copy link to clipboard
Copied
Hi,
Thank you for your suggestions.
I tried every bullet you suggested, however, they all produce the same error.
Thanks for your help though!
Copy link to clipboard
Copied
and what's happen if you just import a _dummy.scss file from the same root level ?
Copy link to clipboard
Copied
Unfortunately again, it is the same error.
The only type of import I can get to work is if I import a .css file; example, @import "another.css"; compiles to @import url(another.css);
Sadly, this isn't what I am wanting to achieve.
Thank you so much for trying to help me.
Copy link to clipboard
Copied
just another shoot... what give a full explicit import with no partials at all
I mean create a style.scss file that @import a foo.scss file (remark that there is not use of undetscore)
so two pôints
first use @import "foo.scss";
second verify if in anyway the foo.css was also physically render beside the style.css