You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://saucelabs.com/u/nggrid)
@@ -88,14 +88,14 @@ like your plugin added to that list, please [edit the tutorial page](misc/tutori
88
88
89
89
# Building
90
90
91
-
The first step is to install dependencies. `git` is required and must be available from the command line. If you don't have it, install git and ensure that the executable is in your path. If you are new to git, the easiest way to install is by installing the github client.
91
+
The first step is to install dependencies. `git` is required and must be available from the command line. If you don't have it, install git and ensure that the executable is in your path. If you are new to git, the easiest way to install is by installing the github client.
92
92
93
93
The `grunt` command line utility is also required.
94
94
95
95
# If you don't already have the grunt-cli installed:
96
96
> npm install -g grunt-cli
97
97
98
-
With `git` and `grunt-cli` installed you simply run the following commands to install all dependencies.
98
+
With `git` and `grunt-cli` installed you simply run the following commands to install all dependencies.
99
99
100
100
> npm install
101
101
> grunt install
@@ -109,7 +109,7 @@ The default grunt task will test and build files into `dist/`
109
109
Development "watch" task. This will automatically rebuild from source on changes, reload Gruntfile.js if you change it, and rebuild the docs.
110
110
111
111
1. A server on localhost:9002 serving whichever directory you checked out, with livereload. Navigate to http://localhost:9002/misc/demo to see the [demo files](http://localhost:9002/misc/demo/grid-directive.html).
112
-
2. A server on localhost:9003 serving the ./docs directory. These are the docs built from source with a custom grunt-ngdocs that should work with Angular 1.6.x.
112
+
2. A server on localhost:9003 serving the ./docs directory. These are the docs built from source with grunt-uidocs-generator.
113
113
114
114
115
115
@@ -252,5 +252,3 @@ Become a sponsor and get your logo on our website and on our README on Github wi
0 commit comments