diff --git a/website/javascript.inc b/website/javascript.inc index 2e73c353..6b30ec77 100644 --- a/website/javascript.inc +++ b/website/javascript.inc @@ -1,4 +1,4 @@ - - - + + + diff --git a/website/partials/extend.html b/website/partials/extend.html index 1e21fd35..a334f555 100644 --- a/website/partials/extend.html +++ b/website/partials/extend.html @@ -13,7 +13,7 @@
Coding style:
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.