Skip to content

Commit 52336a3

Browse files
committed
Move foundation new <> to a new line
1 parent 64672a6 commit 52336a3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

asset_management/sinatra_assetpack.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ class App < Sinatra::Base
2222
end
2323
```
2424

25-
2625
## Generic Structure
2726

2827
__Defaults__
@@ -169,9 +168,12 @@ gem install compass
169168
```
170169

171170
Install the `npm` modules of `bower` and `grunt-cli`. The instructions
172-
are provided [here](http://foundation.zurb.com/docs/sass.html). Then run
173-
`foundation new <project name>`. This will create a project with the
174-
following structure:
171+
are provided [here](http://foundation.zurb.com/docs/sass.html). Then
172+
run:
173+
174+
foundation new <project name>
175+
176+
This will create a project with the following structure:
175177

176178
```
177179
bower_components/

0 commit comments

Comments
 (0)