Skip to content

Commit 360705b

Browse files
Final working version
1 parent 12a745d commit 360705b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+22
-6891
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,17 @@ This is an application to demonstrate the use of [Paths.js](https://github.com/a
66
Running
77
-------
88

9-
The application uses RequireJS and Bower to manage the dependencies. To run it, first install the dependencies with
9+
The application uses NPM to manage the dependencies. To run it, first install the dependencies with
1010

1111
npm install
12-
bower install
1312

1413
Then a running server can start with
1514

16-
grunt server
15+
npm start
1716

1817
Otherwise a self-contained distribution can be obtained with
1918

20-
grunt
19+
npm run build
2120

2221
Status
2322
------

0 commit comments

Comments
 (0)