yoheiMune / grunt-compass-multiple

at grunt, compile compass files at multi threads.
MIT License
23 stars 7 forks source link

Compass compiles individual files #7

Open afkatja opened 10 years ago

afkatja commented 10 years ago

In a project with a following structure

project
     tools
         build
     module 1
         static
                sass
                css 

Running the grunt task from build folder I get the following error:

error:  { [Error: Command failed: You must compile individual stylesheets from the project directory.]
killed: false, code: 1, signal: null }

How can I solve this issue?

yoheiMune commented 10 years ago

Hi afkatja Thank you for reporting an issue, and I'm going to try it!

lundyio commented 10 years ago

I am also having the aforementioned issue, is there any solution for this? my project is as follows

root -scss -- main.css -- _include.css -css -- main.css