Skip to content

Commit

Permalink
Beautified Directory Structure
Browse files Browse the repository at this point in the history
  • Loading branch information
SuyashLakhotia committed Oct 11, 2016
1 parent e427553 commit f970915
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,25 +30,26 @@

#### Contents of Source Folder & Overview of Gulp Tasks
```
| - src/
| - | - fonts/
| | - img/
| | - js/
| | - sass/
| | | - layout/
| | | - pages/
| | | - utils/
| | | - main.scss
| | - blog-post.html
| | - blog.html
| | - index.html
BootstrapCards/
└── src/
├── fonts/
├── img/
├── js/
├── sass/
│ ├── layout/
│ ├── pages/
│ ├── utils/
│ └── main.scss
├── blog-post.html
├── blog.html
└── index.html
```

- `src/fonts/`: Contains all custom fonts. Gulp copies them over to `dist/fonts/`.
- `src/img/`: Contains all images. Gulp copies them over to `dist/img/`.
- `src/js/`: Contains all custom JavaScript files. Gulp lints them and then copies them over to `dist/js/`.
- `src/sass/`: Contains all custom styles. Gulp compiles `main.scss` into `dist/css/cards.css`.
- `src/*.html`: Gulp copies them over to `dist/`.
- `src/*.html`: Gulp lints the Bootstrap styles and then copies the files over to `dist/`.

##### Sass Files
- `sass/layout/`: Contains styles for the cards, navbar, jumbotrons & footer.
Expand Down

0 comments on commit f970915

Please sign in to comment.