Closed newtonianb closed 9 years ago
Are you using susy
?
Nope, I had never even heard of it before following the setup for this.
Please try gem uninstall susy
, it maybe installed by some other way.
Adding a Gemfile to the root of your project might fix it
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'
Any idea what this means?