Code Monkey home page Code Monkey logo

Comments (10)

trezy avatar trezy commented on May 13, 2024 1

@BcRikko of course! I did fork and start working on setting up CI this afternoon. You can check out what I’ve got so far on my fork: https://github.com/trezy/NES.css/blob/master/.circleci/config.yml

from nes.css.

BcRikko avatar BcRikko commented on May 13, 2024 1

I agree 👍
It's too much hassle to resolve conflicting files... 😢

so, I'd like to build CSS(dist files) with CI. 🛠

from nes.css.

BcRikko avatar BcRikko commented on May 13, 2024

Travis CI

Always free for open source projects
https://travis-ci.com/plans

Circle CI

1,000 build minutes per month
https://circleci.com/pricing/

from nes.css.

trezy avatar trezy commented on May 13, 2024

@BcRikko Have you already started on this? If not, I'd love to help out. I'll fork this afternoon and get it set up on CircleCI if that works for you.

I also have a few suggestions that would make it easier to manage the community that you're very swiftly building.

  1. Create a develop branch
    Many large repositories have a develop branch for people to merge their pull requests into. This allows the original repo to accept a PR without merging it directly into master, therefore allowing CI to run without affecting production builds.
  2. Set up Commitizen
    With a popular repo like this, there are a lot of different contributors, each with their own style of writing. This is great because it means more features get created faster and more bugs get fixed sooner, but it also makes it really hard to review commits just based on their messages. Commitizen helps out by forcing contributors to use a standard commit message format.
  3. Set up semantic-release
    semantic-release automates the entire process of version bumping, changelog generation, and publishing to package managers (like npm). It's a great thing to set up with CI because, as they say in their README:

    ...releases are guaranteed to be unromantic and unsentimental.

Again, I don't want to step on your feet so let me know if you want me to chip in on this one. 😉

from nes.css.

BcRikko avatar BcRikko commented on May 13, 2024

I have not started this issue yet.
I'm the first time that I became the owner of a product that many people pay attention. 😨

so, please help me 🙏
and could you give me some advice please? 🙏

from nes.css.

BcRikko avatar BcRikko commented on May 13, 2024

oh, Thanks 🎉🎉🎉

from nes.css.

montezume avatar montezume commented on May 13, 2024

How about adding the built css to gitignore once this is done? 🙏

from nes.css.

montezume avatar montezume commented on May 13, 2024

Yes, let CI build css.

Image of bender

from nes.css.

trezy avatar trezy commented on May 13, 2024

Yup, I'm working on getting semantic-release set up right now. Once that's done I'll make the PR, then we can make separate issues to cover adding release targets (cdnjs, npm, etc). Once that's done, it'll make sense to remove the compiled CSS files from the repo. 😁

from nes.css.

BcRikko avatar BcRikko commented on May 13, 2024

🎉 This issue has been resolved in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

from nes.css.

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.