This is an example config.rb:
# Require any additional compass plugins here. require 'compass/import-once/activate'
And with these config.rb settings, your project folder should look like (as you wrote):
MyFolder โ app โ build โ โ compass โ โ config.rb โ assets โ css/ โ โ scss/ โ js โ img
If you do not have config.rb, just create a new file "config.rb" and copy / paste into the configuration I wrote.
Open a terminal, enter MyFolder / build / compass and run the compass command, for example: compass watch
Remember
You must run the compass command in the same folder as the config.rb file. So, in this case, in MyFolder / build / compass. Otherwise, the compass does not work.
LorenzoD
source share