Giter Club home page Giter Club logo

Comments (8)

sgasser avatar sgasser commented on September 2, 2024

FIxed

from ember-cli-materialize.

samselikoff avatar samselikoff commented on September 2, 2024

I'm seeing this again, I'm on 0.2.7

from ember-cli-materialize.

mike-north avatar mike-north commented on September 2, 2024

Next release should take care of it, now that the sassOptions in Brocfile has been walked back. see: #139

You could point to #master until @sgasser pushes a new release to npm

from ember-cli-materialize.

julienfitz avatar julienfitz commented on September 2, 2024

Having the same/similar problem:

File: /Users/username/projectName/tmp/tree_merger-tmp_dest_dir-ZOpqIPtK.tmp/app/styles/app.scss (1)
file to import not found or unreadable: materialize
Current dir: /Users/username/projectName/tmp/tree_merger-tmp_dest_dir-ZOpqIPtK.tmp/app/styles/

Using:
Ember 1.13.5
Ember CLI 1.13.1
Node 0.12.2
NPM 2.7.5

Tried a number of different fixes including the one mentioned by @Chun-Yang but no dice. In another issue I read there may be a conflict between broccoli-sass vs. ember-cli-sass so I tried removing one, then the other, still nothing. Tried putting sassOptions in the brocfile. Any other ideas?

from ember-cli-materialize.

mike-north avatar mike-north commented on September 2, 2024

I suspect that you're missing the required

   sassOptions: {
      includePaths: ['bower_components/materialize/sass']
    },

Can you ls the tmp directory you see in your error message (i.e., ls /Users/username/projectName/tmp/tree_merger-tmp_dest_dir-ZOpqIPtK.tmp/app/styles/)?

from ember-cli-materialize.

julienfitz avatar julienfitz commented on September 2, 2024

Yeah, I tried including sassOptions in my environment.js within ENV = {} as well and I get:

/Users/userName/projectName/tmp/broccoli_merge_trees-output_path-Ueb3BW8t.tmp/app/styles/app.[scss|sass] does not exist

So then, when I ls the broccoli_merge_trees-output_path-Ueb3BW8t.tmp directory, I get no such file or directory. (I ls'd each successive directory from the root just to be sure I wasn't using the wrong path)

from ember-cli-materialize.

julienfitz avatar julienfitz commented on September 2, 2024

So, just as in #132 it turns out I just had to remove broccoli-sass from my dependencies, AND include sassOptions in my environment.js. I thought I had already tried that combination, but I guess not!

Thanks!

from ember-cli-materialize.

mike-north avatar mike-north commented on September 2, 2024

I'll make a note that this addon is only to be used w/ ember-cli-sass -- not broccoli-sass

from ember-cli-materialize.

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.