• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Dreamweaver - SCSS/LESS compile issue.

New Here ,
May 05, 2019 May 05, 2019

Copy link to clipboard

Copied

Hello,

From past few days I'm unable to compile SCSS/LESS.
I've followed compile process from Dreamweaver with below steps:

I've setup for compile process with set default setting as per below mention.

1) Configure Dreamweaver into manage Site.

2) Set CSS Preferences > General > Deselect - Auto Compile

3) Set Source & Output > Define Output folder & Source folder with appropriate data path.

4) After all setting process.

5) open SCSS file and update it and compile it from Tool > Compile path

6) After completed that process by followed that process, My whole HTML structure looks destroyed.

It's shows below error in my compiled file:

/*

Error: Undefined variable: "$helvetica".

        on line 2 of C:/Program Files/Adobe/Adobe Dreamweaver CC 2019/configuration/SassFrameworks/base/_variables.scss

        from line 3 of C:/Users/krunal/Desktop/test/scss/vendors/bourbon/bourbon/settings/_settings.scss

        from line 10 of C:/Users/krunal/Desktop/test/scss/vendors/bourbon/_bourbon.scss

        from line 2 of C:\Users\krunal\Desktop\test\scss\custom-html.scss

Please let me know how to solve it and continue my compile process with use of Dreamweaver.

Views

464

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 05, 2019 May 05, 2019

Copy link to clipboard

Copied

what do you mean by "... My whole HTML structure looks destroyed... " ?

and what are the scss file content... it seams that there are undefined variable in it...  without seeing files it's complex to say what happen ?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 05, 2019 May 05, 2019

Copy link to clipboard

Copied

what i means that MY webpage looks perfect in Browser. but after changing in SCSS while compile the SCSS file.

Its shows below error in my compiled CSS file:

/*

Error: Undefined variable: "$helvetica".

        on line 2 of C:/Program Files/Adobe/Adobe Dreamweaver CC 2019/configuration/SassFrameworks/base/_variables.scss

        from line 3 of C:/Users/krunal/Desktop/test/scss/vendors/bourbon/bourbon/settings/_settings.scss

        from line 10 of C:/Users/krunal/Desktop/test/scss/vendors/bourbon/_bourbon.scss

        from line 2 of C:\Users\krunal\Desktop\test\scss\custom-html.scss

After compile it my webpage not displying. whole css not compiled due to error.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 05, 2019 May 05, 2019

Copy link to clipboard

Copied

ok so that's not your HTML that is destroyed.... only the page that is not displayed, but the error

ok

and what's about your SCSS files ?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 08, 2019 May 08, 2019

Copy link to clipboard

Copied

LATEST

I repeat my question, without your files it is difficult to see if the error comes from there, or if we need to investigate other possibilities

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines