Coder Social home page Coder Social logo

Comments (8)

quaertym avatar quaertym commented on August 16, 2024

Which version do you use?

from ember-cli-compass-compiler.

samselikoff avatar samselikoff commented on August 16, 2024

I just used npm install --save-dev ember-cli-compass-compiler

from ember-cli-compass-compiler.

samselikoff avatar samselikoff commented on August 16, 2024

Yeah I just tried again from a fresh project

ember new testing
cd testing
npm install --save-dev ember-cli-compass-compiler
ember s

Output shows

version: 0.0.42
Livereload server on port 35729
Serving on http://0.0.0.0:4200

but when I visit the url, just says "Waiting for localhost..." and console doesn't show anything.

from ember-cli-compass-compiler.

quaertym avatar quaertym commented on August 16, 2024

In a new project, ember-cli creates app.css but ember-cli-compass-compiler expects the file name to be <appname>.scss (testing.scss in your case). This is the only manual step one must do in a new project. Does this help? Other than that I tried what you said and it works for me.

from ember-cli-compass-compiler.

samselikoff avatar samselikoff commented on August 16, 2024

Same problem, dug into broccoli-compass and looks like the command line is what's freezing:

compass compile app/styles/blah.scss --relative-assets --sass-dir app/styles --output-style compressed --images-dir images --fonts-dir fonts --css-dir "assets"

Command seems right but it's just freezing, no error or anything. Having a hard time finding where logs/verbose mode is, do you know?

from ember-cli-compass-compiler.

samselikoff avatar samselikoff commented on August 16, 2024

Has to be something with my compass install, went to a new directory and tried a simple compass compile app.scss and it just freezes.

from ember-cli-compass-compiler.

samselikoff avatar samselikoff commented on August 16, 2024

Oy, which compass points to ~/.rvm/gems/ruby-2.1.1/bin/compass but when I interrupt the frozen process, it says

Interrupt on line ["19"] of ~/.rvm/rubies/ruby-2.1.1/lib/ruby/gems/2.1.0/gems/compass-rails-1.1.7/lib/compass-rails.rb:

Any idea why it's using compass-rails?

from ember-cli-compass-compiler.

samselikoff avatar samselikoff commented on August 16, 2024

Ok, that was it. I needed to add a Gemfile to my project root with gem 'compass'. Thanks for helping!

from ember-cli-compass-compiler.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.