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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ npm install
90
90
In order to build (and run) the project execute:
91
91
92
92
```sh
93
-
grunt
93
+
./node_modules/.bin/grunt
94
94
```
95
95
96
96
You will find the generated files in the `dist` directory. For the website, you can run a server at its root. For example: `http-server dist/website`. The default `grunt` task runs a server
@@ -100,7 +100,7 @@ for changes.
100
100
To run tests, execute:
101
101
102
102
```
103
-
grunt test
103
+
./node_modules/.bin/grunt test
104
104
```
105
105
106
106
Look at the end of the `Gruntfile` for other common tasks.
0 commit comments