grunt-babel-cli
Grunt CLI wrapper for writing Grunt configurations in ES6 syntax.
This script runs the original grunt-cli
script by executing it through babel-node
.
Note This script overwrites the grunt
command line tool. If possible use a project specific installation.
Installation
npm install grunt-babel-cli --save-dev