quaertym / ember-cli-compass-compiler

Ember CLI Compass Compiler
MIT License
28 stars 23 forks source link

Building LoadError on line ["126"] of C: cannot load such file -- susy #33

Closed newtonianb closed 9 years ago

newtonianb commented 10 years ago

Any idea what this means?

version: 0.1.2
node: 0.10.32
npm: 2.1.3
Compass 1.1.0.alpha.3 (Polaris)
Sass 3.4.6 (Selective Steve)
version: 0.1.2
BuildingLoadError on line ["126"] of C: cannot load such file -- susy
Run with --trace to see the full backtrace

Build failed.
Command failed: LoadError on line ["126"] of C: cannot load such file -- susy
Run with --trace to see the full backtrace

Error: Command failed: LoadError on line ["126"] of C: cannot load such file -- susy
Run with --trace to see the full backtrace

    at ChildProcess.exithandler (child_process.js:648:15)
    at ChildProcess.emit (events.js:98:17)
    at maybeClose (child_process.js:756:16)
    at Process.ChildProcess._handle.onexit (child_process.js:823:5)
quaertym commented 10 years ago

Are you using susy?

newtonianb commented 10 years ago

Nope, I had never even heard of it before following the setup for this.

quaertym commented 10 years ago

Please try gem uninstall susy, it maybe installed by some other way.

samselikoff commented 10 years ago

Adding a Gemfile to the root of your project might fix it

kriskhaira commented 9 years ago

This is the Gemfile I'm using with ember-cli-compass-compiler if anyone's interested

source 'https://rubygems.org'
source 'https://rails-assets.org'

ruby '2.1.2'

gem 'compass', '~> 1.0.1'
gem 'susy', '~> 2.1.3'