Giter Club home page Giter Club logo

Comments (6)

maxkueng avatar maxkueng commented on July 21, 2024

I'm using ember-cli 1.4.

"DEBUG: -------------------------------" vendor.js:17442
"DEBUG: Ember      : 1.9.0" vendor.js:17442
"DEBUG: Ember Data : 1.0.0-beta.12" vendor.js:17442
"DEBUG: EmberFire  : 1.3.1" vendor.js:17442
"DEBUG: Handlebars : 2.0.0" vendor.js:17442
"DEBUG: jQuery     : 1.11.1" vendor.js:17442
"DEBUG: -------------------------------"
    "ember-cli-sass": "^3.0.3",

from ember-cli-sass.

simonexmachina avatar simonexmachina commented on July 21, 2024

That's strange, I just tried this and it works for me. Can you try running npm install --save-dev broccoli-sass to see if that fixes it.

from ember-cli-sass.

maxkueng avatar maxkueng commented on July 21, 2024

Sadly that didn't fix it.

Did you try with Ember CLI 1.4 and Ember 1.9? Maybe something's changed.

I can successfully use SCSS so I assume ember-cli-sass can successfully compile it through broccoli-sass. It's just the includePaths that doesn't seem to work. I tried it with Materialize too and I had the same problem. I had to use the full include path even though I had it set properly in the includePaths array.

from ember-cli-sass.

jpaas avatar jpaas commented on July 21, 2024

I'm having the same issue.
ember-cli = 1.5
ember = 1.9.1

from ember-cli-sass.

jpaas avatar jpaas commented on July 21, 2024

I had to add the following to my var ENV in config/environment.js:

    sassOptions: {
      includePaths: [
        'bower_components',
        'bower_components/bootstrap-sass-official/assets/stylesheets',
      ]
    },

from ember-cli-sass.

simonexmachina avatar simonexmachina commented on July 21, 2024

Yes, the config is (incorrectly) in config/environment.js (much to my regret), as indicated in the README. This will be changed in a future version. @maxkueng pretty sure there's no problem here, but reopen the issue if you think there is.

from ember-cli-sass.

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.