shutterstock / rickshaw

JavaScript toolkit for creating interactive real-time graphs
https://shutterstock.github.io/rickshaw
MIT License
6.53k stars 939 forks source link

Use travis to exclude unwanted files from pull requests #598

Closed RichardLitt closed 6 years ago

RichardLitt commented 6 years ago

In our Contributing doc:

Please don't include updated versions of rickshaw.js and rickshaw.min.js. Just changes to the source files will suffice.

Perhaps we could use CI to automatically find out if these two files have been added in a Pull Request. If they have, we can fail the tests, and ask that they be removed or cherry-pick around them when merging.