Skip to main content
Participant
November 9, 2016
Answered

DW CC 2017 CSS Preprocessor->Source & Output?

  • November 9, 2016
  • 1 reply
  • 562 views

Need help...

Defined output folder as css

Set source folder as custom_sytylesheets

When I change partial file _base.scss app.scss is not recompiled to app.css? tried manual and automatic settings...

Note this site folder setup works with codekit

Any suggestions on what I am missing??

    This topic has been closed for replies.
    Correct answer BenPleysier

    My directory structure - notice the Cloaking because these files do not need to be uploaded

    The setup for the site

    To (re)compile, right click the source files and hit Compile - this is only necessary if the CSS file has not been created automatically.

    1 reply

    BenPleysier
    Community Expert
    BenPleysierCommunity ExpertCorrect answer
    Community Expert
    November 9, 2016

    My directory structure - notice the Cloaking because these files do not need to be uploaded

    The setup for the site

    To (re)compile, right click the source files and hit Compile - this is only necessary if the CSS file has not been created automatically.

    Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
    Participant
    November 10, 2016

    Thanks Ben for taking the time to reply to my question.

    Did as you pointed out and got the app.scss to compile to app.css correctly.

    Note I did read over the cloaking documentation... but did not find an example that showed how to work with bootstrap4 alpha and sass for example...

    Have a great day.

    BenPleysier
    Community Expert
    Community Expert
    November 10, 2016

    Working with Bootstrap 4 or any other framework makes no difference. In the absence of installers that can be used with Dreamweaver, I grab the source files from Github and place them in corresponding folders in my _src folder.

    My advice, keep the directory structure simple, this will ease the pain when solving a problem.

    The Bootstrap folder will always contain the latest released version, but could just as well contain Bootstrap 4 Alpha 5.

    Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!