Skip to content

Commit 056029d

Browse files
committedJul 29, 2013
closes stylus#206
1 parent 3988814 commit 056029d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎Readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ to be continued....
7272
Run the automated test cases:
7373

7474
```bash
75-
$ make test
75+
$ npm test
7676
```
7777

7878
For visual testing run the test server:
7979

8080
```bash
81-
$ make test-server
81+
$ npm run-script test-server
8282
```
8383

8484
Then visit `localhost:3000` in your browser.

‎index.styl

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
21
@import 'lib/nib/'

0 commit comments

Comments
 (0)