- Install ruby for Windows: http://rubyinstaller.org/downloads/
- Use "Start Command Prompt with Ruby" in windows search.
- Type:
gem install sass
- Open config.rb file and install all the "required" apps you see there (the ones you can't find just comment them out)
- Install compass gem install compass
- Go to project file (right where you have the config.rb file)
- to compile do:
compass compile
source: http://stackoverflow.com/questions/15511874/file-to-import-not-found-or-unreadable-compass
No comments:
Post a Comment