Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 40cbe36

Browse files
author
Markus Falk
committed
[TASK] update docs refs #167
1 parent 974c01e commit 40cbe36

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

docs/directory-structure.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,23 @@
1414
| | | └── <component-name>.scss
1515
| | | └── <component-name>.html
1616
| | └── main.js #(main requirejs module)
17-
| └── .js #(require config)
18-
| └── .scss #(base file for SCSS)
17+
| └── <project-name>.js #(require config)
18+
| └── <project-name>.scss #(base file for SCSS)
1919
|── img/ #(images rendered by CMS)
2020
└── .bowerrc
2121
└── .csslintrc
2222
└── .editorconfig
2323
└── .gitignore
24-
└── Gemfile
24+
└── .scsslintrc
25+
└── README.md
26+
└── apple-touch-icon.png
2527
└── bower.json
26-
└── gruntfile.js
2728
└── favicon.ico
29+
└── gems.rb
30+
└── gruntfile.js
2831
└── package.json
29-
└── README.md
3032
└── sandbox.html #(main template, you can add as many as you want)
33+
└── windows-tile-icon.png
3134
```
3235

3336
This is what it builds into:
@@ -36,12 +39,14 @@ This is what it builds into:
3639
build/
3740
|── assets/
3841
| └── img/
42+
| └── favicon.ico
43+
| └── windows-tile-icon.png
44+
| └── apple-touch-icon.png
3945
| └── css/
4046
| └── js/
4147
| └── _deferred/
4248
| └── libs/
4349
|── img/
44-
└── favicon.ico
4550
└── sandbox.html
4651
```
4752

docs/technologies.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@
22

33
Kickstart makes use of the following technologies and paradigms:
44

5-
* [Compass](http://compass-style.org/)
65
* [CSSLint](http://csslint.net/)
6+
* [Compass](http://compass-style.org/)
77
* [HTML5](http://www.html5rocks.com/)
8-
* [jQuery](http://jquery.com/)
9-
* [JSHint](http://www.jshint.com/)
108
* [JSDoc](http://usejsdoc.org/)
9+
* [JSHint](http://www.jshint.com/)
10+
* [Modernizr](http://modernizr.com/)
1111
* [OOCSS](http://www.smashingmagazine.com/2011/12/12/an-introduction-to-object-oriented-css-oocss/)
1212
* [QUnit](http://qunitjs.com/)
13-
* [requireJS](http://requirejs.org/)
13+
* [Respond.js](https://github.com/scottjehl/Respond) (legacy IE only)
1414
* [SASS](http://sass-lang.com/)
15+
* [SCSS-Linter](https://github.com/brigade/scss-lint)
1516
* [WCAG2](http://www.w3.org/TR/WCAG20/)
16-
* [Modernizr](http://modernizr.com/)
17-
* [Respond.js](https://github.com/scottjehl/Respond) (legacy IE only)
17+
* [jQuery](http://jquery.com/)
1818
* [jquery.exists Plugin](https://github.com/markusfalk/jquery.exists)
19+
* [requireJS](http://requirejs.org/)

0 commit comments

Comments
 (0)