Grunt on Ubuntu 14.04 Installation Guide
The Tutorial shows you How to Install Grunt Js CLI on Ubuntu 14.04 Trusty Tahr LTS GNU/Linux Desktop.
And Grunt for Ubuntu 14.04 is The JavaScript Task Runner that Simplify the work you have to do when performing repetitive tasks like minification, compilation, unit testing, linting, etc.
Finally, the Guide include instructions on How to Getting-Started with Grunt Automation Tasks on Ubuntu.
-
Open a Shell session
Ctrl+Alt+t on Desktop
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
How to Install the Latest Node.js and Npm on Ubuntu
-
Installing the Grunt CLI by Npm:
npm install -g grunt-cli
-
Getting-Started with Grunt js First, Steps