Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Hamish 96 posts 154 karma points
    Apr 04, 2014 @ 02:24
    Hamish
    0

    How to define different css/scss folder location?

    Was wondering how to define a different folder structure to the default structure in Umbraco.

    I have the following structure for the frontend files

    > content
        > css (complied scss files in)
        > fonts
        > images (not media - just interface graphics)
        > scripts
        > scss
    

    These have all been configured using the following settings: Additional Umbraco Specific AppSettings (Keeps things tidy and easier to manage/access for frontend development)

    However, Sassy adds the scss files into the root like the following:

    > css
        > sass
    

    Is there a way to define:

    1. the root *.scss folder (where to compile the css files from)
    2. the root *.css folder (where to output the css files to)
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies