Giter Club home page Giter Club logo

Comments (8)

mkhairi avatar mkhairi commented on May 11, 2024

hi @ajm339, which gem version you are used?. I tested the icon that you mentioned, it look like ok to me.

from materialize-sass.

ajm339 avatar ajm339 commented on May 11, 2024

I am using "materialize-sass 0.96.2". I posted on the materializecss Github and another user is having the same issue.

Dogfalo/materialize#1499 (comment)

from materialize-sass.

ajm339 avatar ajm339 commented on May 11, 2024

Another example where it is off:

My navigation bar specifies the mobile "hamburger" menu icon:

<a href="#" data-activates="mobile" class="button-collapse"><i class="mdi-navigation-menu light-green-text text-darken-2"></i></a>

But I get this icon on Mobile:

screen shot 2015-06-10 at 10 35 06 am

from materialize-sass.

ajm339 avatar ajm339 commented on May 11, 2024

So when I removed your gem and referenced the CSS and JS from the MaterializeCSS CDN, the issue resolved itself....

Normally when a third-party gem installs CSS and JS files they are saved in vendor/assets however yours do not appear there. Rails accesses the files from /assets/materialize however I cannot find where they actually lie within the application so that I could update the CSS and Font files manually.

Can you provide any insight on this? Thanks

from materialize-sass.

ajm339 avatar ajm339 commented on May 11, 2024

Seems it saves it all in the .rbenv gem folder. Would appreciate newer version of gem to save it in the actual Rails application if possible for you.

from materialize-sass.

mkhairi avatar mkhairi commented on May 11, 2024

Emmm.. This is weird. The icons look normal for my app. have a look on this sample rails apps deployed on heroku and used this gem. http://materialize-rails.herokuapp.com/

from materialize-sass.

mkhairi avatar mkhairi commented on May 11, 2024

This gem contains an engine class which inherits from Rails::Engine. Rails is automatically informed that the directory for assets app/assets directories of this engine are added to the search path of Sprockets. more on rails asset pipeline info. If you want to bundle gem into you rails apps you can run bundle install --deployment. that will install your bundle to the vendor/bundle directory. more on bundle install info

from materialize-sass.

ajm339 avatar ajm339 commented on May 11, 2024

Very odd, not sure why my app was having issues with locating the right icons then...

And thank you for the information in the second comment! Very helpful.

from materialize-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.