From f31079bd45ba53a2aa4c84fa869f549be64bf3cf Mon Sep 17 00:00:00 2001
From: Jesse Taylor Coding style:
Building, testing and developing
Building, testing and developing
Grunt: We use Grunt as a tool to automate building, linting, testing and minifying the code. You can see the development utilities used on the - package.json + package.json file, and the grunt tasks on the - Gruntfile.js file. + Gruntfile.js file. Before we can use Grunt, we must install the required packages via npm, let's see an example of how to install the project dependencies. First, make sure you have npm and grunt-cli installed globally. See how to install the Grunt tools below.
From fbb8de8d86ec186183bd944fdf6860d3d66184fc Mon Sep 17 00:00:00 2001 From: Jesse Taylor