File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ To evolve the concept of an Angular "Route" into a more general concept of a "St
29
29
30
30
Dependencies for building the solution and running tests:
31
31
32
- * [ karma] ( http://karma-runner.github.com/ ) - run: ` $ npm install -g karma `
33
32
* [ grunt-cli] ( https://github.com/gruntjs/grunt-cli ) - run: ` $ npm install -g grunt-cli `
34
33
* Then install development dependencies with: ` $ npm install `
35
34
@@ -38,5 +37,5 @@ There is a number of targets in the gruntfile that is used to building the solut
38
37
* ` grunt ` : Perform a normal build, runs jshint and karma tests
39
38
* ` grunt build ` : Perform a normal build
40
39
* ` grunt dist ` : Perform a clean build and generate documentation
41
- * ` grunt dev ` : Run dev server and watch for changes, builds and runs karma tests on changes.
40
+ * ` grunt dev ` : Run dev server (sample app) and watch for changes, builds and runs karma tests on changes.
42
41
You can’t perform that action at this time.
0 commit comments