Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to set the path to compile my CSS with Compass SASS
    primarykey
    data
    text
    <p>I have been looking around and it seems an issue quite diffused, but i am not finding the solution for my case.</p> <p>I have set up my first Compass Project following <a href="http://thesassway.com/beginner/getting-started-with-sass-and-compass" rel="nofollow noreferrer">these instructions</a> </p> <p>My folder project is called sass-test</p> <p>I have my css files</p> <ul> <li>screen.css </li> <li>print.css</li> <li>ie.css</li> <li>config.rb</li> </ul> <p>My config.rb inside is set up in this way</p> <pre><code>http_path = "/" css_dir = "stylesheet" sass_dir = "sass" images_dir = "images" javascripts_dir = "javascripts" </code></pre> <p>Then I have my sass folder with:</p> <ul> <li>screen.scss</li> <li>print.scss</li> <li>ie.scss</li> </ul> <p>I do some changes in my screen.scss file and then i compile it by the terminal giving this command</p> <pre><code>compass compile sass-test/sass/screen.scss </code></pre> <p>Now it happens that the automatically COMPASS generates new folders</p> <ul> <li>stylesheet</li> <li>test</li> <li>sass .In this folder Compass compiles <code>screen.css</code></li> </ul> <p>I dont want my screen.css compiled there but i want it inside my sass-test where there is already existing the screen.css file.</p> <p>How can i achieve that? I also look up in this <a href="http://css-tricks.com/compass-compiling-and-wordpress-themes/" rel="nofollow noreferrer">article</a> reading all the comments but i can not figure it out the issue.</p> <p>I have also tried to compile it by <em>liveReload preprocessor</em> setting up the Outputfolder but it's still compiling the screen.css in the "wrong" path.</p> <p>how can i give the instructions to Compass to compile my screen.css file in my sass-test?</p> <p>Here the print screen<img src="https://i.stack.imgur.com/4TPCw.png" alt="enter image description here"></p> <p>Thanks</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload