SFTtech / kevin

A simple-stupid self-hostable continuous integration service. :see_no_evil:
GNU Affero General Public License v3.0
110 stars 17 forks source link

Display warning on unsupported browsers #21

Open TheJJ opened 7 years ago

TheJJ commented 7 years ago

Mandy uses ES6 and new shit that is only supported in the "latest" browsers (firefox >= 52, ...). There should be some warning displayed to notify users their browser is too old.

inakoll commented 7 years ago

It should be possible to transpile the es6 code to es5 so that everyone could access Mandy out of the box. I think that is the way es6 is usually handled. I suggest to use webpack and babel to do that.