This repository was archived by the owner on Nov 9, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +18
-12
lines changed Expand file tree Collapse file tree 2 files changed +18
-12
lines changed Original file line number Diff line number Diff line change 14
14
| | | └── < component-name> .scss
15
15
| | | └── < component-name> .html
16
16
| | └── 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)
19
19
| ── img/ # (images rendered by CMS)
20
20
└── .bowerrc
21
21
└── .csslintrc
22
22
└── .editorconfig
23
23
└── .gitignore
24
- └── Gemfile
24
+ └── .scsslintrc
25
+ └── README.md
26
+ └── apple-touch-icon.png
25
27
└── bower.json
26
- └── gruntfile.js
27
28
└── favicon.ico
29
+ └── gems.rb
30
+ └── gruntfile.js
28
31
└── package.json
29
- └── README.md
30
32
└── sandbox.html # (main template, you can add as many as you want)
33
+ └── windows-tile-icon.png
31
34
```
32
35
33
36
This is what it builds into:
@@ -36,12 +39,14 @@ This is what it builds into:
36
39
build/
37
40
| ── assets/
38
41
| └── img/
42
+ | └── favicon.ico
43
+ | └── windows-tile-icon.png
44
+ | └── apple-touch-icon.png
39
45
| └── css/
40
46
| └── js/
41
47
| └── _deferred/
42
48
| └── libs/
43
49
| ── img/
44
- └── favicon.ico
45
50
└── sandbox.html
46
51
```
47
52
Original file line number Diff line number Diff line change 2
2
3
3
Kickstart makes use of the following technologies and paradigms:
4
4
5
- * [ Compass] ( http://compass-style.org/ )
6
5
* [ CSSLint] ( http://csslint.net/ )
6
+ * [ Compass] ( http://compass-style.org/ )
7
7
* [ HTML5] ( http://www.html5rocks.com/ )
8
- * [ jQuery] ( http://jquery.com/ )
9
- * [ JSHint] ( http://www.jshint.com/ )
10
8
* [ JSDoc] ( http://usejsdoc.org/ )
9
+ * [ JSHint] ( http://www.jshint.com/ )
10
+ * [ Modernizr] ( http://modernizr.com/ )
11
11
* [ OOCSS] ( http://www.smashingmagazine.com/2011/12/12/an-introduction-to-object-oriented-css-oocss/ )
12
12
* [ QUnit] ( http://qunitjs.com/ )
13
- * [ requireJS ] ( http ://requirejs.org/ )
13
+ * [ Respond.js ] ( https ://github.com/scottjehl/Respond ) (legacy IE only )
14
14
* [ SASS] ( http://sass-lang.com/ )
15
+ * [ SCSS-Linter] ( https://github.com/brigade/scss-lint )
15
16
* [ 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/ )
18
18
* [ jquery.exists Plugin] ( https://github.com/markusfalk/jquery.exists )
19
+ * [ requireJS] ( http://requirejs.org/ )
You can’t perform that action at this time.
0 commit comments