Coder Social home page Coder Social logo

Comments (10)

FezVrasta avatar FezVrasta commented on May 21, 2024

Sorry I've not experience with rails... what are you talking about? :)

from mdb-ui-kit.

caarlos0 avatar caarlos0 commented on May 21, 2024

https://rails-assets.org/ maps bower dependencies as gems, so we can use them in rails with ease.

But, it depends on the tags... and you didn't pushed any 😢

from mdb-ui-kit.

FezVrasta avatar FezVrasta commented on May 21, 2024

I have "keywords"...

should I copy them in the "tags" attribute?

"tags": [
    "material",
    "design",
    "bootstrap",
    "theme",
    "google",
    "android"
]

from mdb-ui-kit.

martin-g avatar martin-g commented on May 21, 2024

I think @caarlos0 means Git tags.
Push a tag with a release.

from mdb-ui-kit.

FezVrasta avatar FezVrasta commented on May 21, 2024

oh I see

I've not experience with git tags... should I do something like:

git tag 0.0.1
git push --tags

? Do I need to update the tag on every commit I do?

from mdb-ui-kit.

caarlos0 avatar caarlos0 commented on May 21, 2024

I believe you should tag the same version that is in bower.json, and, with the same commit of that release...

So, probably it is this commit...

git tag "0.0.8" 67e8e4fbbf507ec16763aa298bde3dd51571d1bc
git push origin --tags

I'm not sure how bower works, but maybe it created the tags itself, and you just didn't pushed them. If so, git tag will show them, and you can use git push origin --tags.

from mdb-ui-kit.

FezVrasta avatar FezVrasta commented on May 21, 2024

well the problem is that I'm not giving version numbers to my project at the moment... there are lot of commits everyday and most are critical bug fixes, so I'd need to change the version on every commit.

from mdb-ui-kit.

FezVrasta avatar FezVrasta commented on May 21, 2024

added the 0.1.0 tag, we'll try to release a new tag for every feature version

from mdb-ui-kit.

caarlos0 avatar caarlos0 commented on May 21, 2024

Thanks!

from mdb-ui-kit.

FezVrasta avatar FezVrasta commented on May 21, 2024

you're welcome

from mdb-ui-kit.

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.