loads / loads-web

Web dashboard for Loads
Apache License 2.0
5 stars 3 forks source link

Add Grunt tasks #68

Closed pdehaan closed 9 years ago

pdehaan commented 9 years ago

I think we had this in an old bugbase but it didn't get migrated over.

We (@pdehaan) should throw a Gruntfile.js and a bunch of random grunt tasks for ESLint+Stylus and whatever else we want to do in this repo.

pdehaan commented 9 years ago
  1. run ESLint.
  2. compile Stylus.
  3. check for copyrights?
  4. minify JS/CSS content for /dist/?
  5. compile ES6 to ES5? (you know, in case we want to rewrite this in Babel.io).