You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am new to the compass app and I do not have a big developement background.
I have a web project for which I wanted to use Sass. So a friend recommended the
compass app to me so I didnt have to worry about all the command line stuff.
At first I was happy with Compass.app as it compiled a new css file every time I saved
the scss file. But not anymore. Today I came back to my project and I could not have
compass app compiling new css without me hitting the »clean & compile« button in the dropdown.
I have assigned my project folder to be watched and when I hit that specific button a new file is compiled. But that does not happen automatically, even though the project folder ist being watched.
Hey lads,
I am new to the compass app and I do not have a big developement background.
I have a web project for which I wanted to use Sass. So a friend recommended the
compass app to me so I didnt have to worry about all the command line stuff.
At first I was happy with Compass.app as it compiled a new css file every time I saved
the scss file. But not anymore. Today I came back to my project and I could not have
compass app compiling new css without me hitting the »clean & compile« button in the dropdown.
I have assigned my project folder to be watched and when I hit that specific button a new file is compiled. But that does not happen automatically, even though the project folder ist being watched.
My folder looks like this
project_folder/
-sass/
--bootstrap-vaiables.scss
--styles.scss
-stylesheets/
--bootstrap-variables.css
--styles.css
-fonts/
-images/
-javascripts/
-.config.rb
-index.html
That is what compass app created automatically once i started a new bootstrap project.
I am watching the project_folder.
I would be so glad if anyone could help me or hint at a direction I could start to look for....
I am using Yosemite 10.10.3 and Compass.app 1.29
The text was updated successfully, but these errors were encountered: