seiyria / bootstrap-slider

A slider control for Bootstrap 3 & 4.
http://seiyria.github.io/bootstrap-slider/
Other
2.99k stars 1.14k forks source link

Gulp build #790

Closed armpogart closed 6 years ago

armpogart commented 6 years ago

Any plans (or would you accept PR) to migrate to gulp build instead of grunt? It will make contributions easier as more people use it nowadays.

Some other advantages of gulp over grunt:

Another option would be to go with webpack, but I'm not sure that it will make things easier.

seiyria commented 6 years ago

I understand the differences between the two, but there is literally no reason to change.

armpogart commented 6 years ago

The only difference that is relevant for open source project is the one I mentioned first - more people know it, more people use it, so more people can contribute easier.

seiyria commented 6 years ago

That's actually entirely untrue. It doesn't matter if you know what my build system is, you only need to know what commands to run to test it. There should be no reason for you to care about the inner workings of the build system if you're contributing to the project. In the case of this project specifically, it is fairly "complete" in regards to the build system so there should be no need for any contributors to change it, either.