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
4747
4848## Development
4949
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+ ```
5456
5557To build:
56-
57- $ grunt componentbuild
58+ ``` bash
59+ $ grunt componentbuild
60+ ```
5861
5962To watch and auto-build dev version during development:
60-
61- $ grunt watch
63+ ``` bash
64+ $ grunt watch
65+ ```
6266
6367To test (install [ CasperJS] ( http://casperjs.org/ ) first):
64-
65- $ grunt test
68+ ``` bash
69+ $ grunt test
70+ ```
6671
6772## Quickstart
6873
You can’t perform that action at this time.
0 commit comments