Skip to content

Commit ff024e7

Browse files
committed
Markdown fixes in README.md
1 parent b085128 commit ff024e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ docker-compose up
110110
```
111111

112112
<br>
113+
113114
## Folder Structure
114115

115116
```
@@ -186,6 +187,7 @@ Compiled state of our app with processed styles, templates, scripts and assets.
186187
**Warning! Never work inside this folder, because your changes would be overwritten on every build**
187188

188189
<br>
190+
189191
## File Types
190192

191193
Our app consists of different file types.
@@ -276,9 +278,11 @@ If you need more advanced layouting with multiple content blocks at the same tim
276278
In addition to application files, there are also third party plugin files (e.g. Bootstrap). They are managed by using [Bower](http://bower.io/). Usually vendor libraries consist from scripts, styles and assets (images, fonts). The build system will concatenate and copy all the script and style files accordingly to ```dist/js/vendor.js``` and ```dist/css/vendor.css```. It also will copy all assets to the ```dist/assets/``` folder.
277279

278280
<br>
281+
279282
## Build Tasks
280283

281284
<br>
285+
282286
## Get in touch
283287

284288
You can get in touch with us in gitter chat [![Join the chat at https://gitter.im/modularcode/modular-admin](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/modularcode/modular-admin?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) or in the [ModularCode Facebook Group](https://www.facebook.com/groups/710770032358423/).

0 commit comments

Comments
 (0)