File tree Expand file tree Collapse file tree 1 file changed +15
-10
lines changed Expand file tree Collapse file tree 1 file changed +15
-10
lines changed Original file line number Diff line number Diff line change @@ -47,22 +47,27 @@ Simply include a built version in `/dist` or installed via Bower with a script t
47
47
48
48
## Development
49
49
50
- # in case you don't already have them:
51
- # npm install -g grunt-cli component
52
- $ npm install
53
- $ component install
50
+ ``` bash
51
+ # in case you don't already have them:
52
+ # npm install -g grunt-cli component
53
+ $ npm install
54
+ $ component install
55
+ ```
54
56
55
57
To build:
56
-
57
- $ grunt componentbuild
58
+ ``` bash
59
+ $ grunt componentbuild
60
+ ```
58
61
59
62
To watch and auto-build dev version during development:
60
-
61
- $ grunt watch
63
+ ``` bash
64
+ $ grunt watch
65
+ ```
62
66
63
67
To test (install [ CasperJS] ( http://casperjs.org/ ) first):
64
-
65
- $ grunt test
68
+ ``` bash
69
+ $ grunt test
70
+ ```
66
71
67
72
## Quickstart
68
73
You can’t perform that action at this time.
0 commit comments