You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 24, 2019. It is now read-only.
This project is based upon [HTML5 Boilerplate](https://github.com/h5bp/html5-boilerplate) and adds more structure for SCSS and JavaScript files, includes build tasks and a whole lot more.
3
+
This project is based upon
4
+
[HTML5 Boilerplate](https://github.com/h5bp/html5-boilerplate) and adds more
5
+
structure for SCSS and JavaScript files, includes build tasks and a whole lot
This installs the Grunt command line tools and bower.
31
33
Afterwards please run
32
34
33
35
$ npm install
@@ -42,7 +44,8 @@ managed by Bower.
42
44
43
45
### Troubleshooting
44
46
45
-
If running the install does not work, please try running it as with admin-rights:
47
+
If running the install does not work, please try running it as with
48
+
admin-rights:
46
49
47
50
$ sudo npm install -g grunt-cli
48
51
@@ -57,49 +60,66 @@ If running the install does not work, please try running it as with admin-rights
57
60
58
61
## Yeoman Generator-INIT
59
62
60
-
INIT is also available as [Yeoman Generator](http://yeoman.io/generators.html) and is called [`generator-init`](https://github.com/use-init/generator-init). See the repository for detailed instruction and more information.
63
+
INIT is also available as [Yeoman Generator](http://yeoman.io/generators.html)
64
+
and is called [`generator-init`](https://github.com/use-init/generator-init).
65
+
See the repository for detailed instruction and more information.
61
66
62
67
## Contribute
63
68
64
-
Please help making this project better and [contribute](CONTRIBUTING.md) with your knowledge.
69
+
Please help making this project better and [contribute](CONTRIBUTING.md) with
70
+
your knowledge.
65
71
66
72
67
73
## CSS
68
74
69
-
We are currently working with [Sass](http://sass-lang.com/) (in its dialect SCSS) and do not use CSS directly. Please do not edit the CSS-files in any case but search the corresponding `.scss` file and edit it accordingly. If you are not familiar with SCSS you can write pure CSS which is actually valid SCSS.
75
+
We are currently working with [Sass](http://sass-lang.com/) (in its dialect
76
+
SCSS) and do not use CSS directly. Please do not edit the CSS-files in any case
77
+
but search the corresponding `.scss` file and edit it accordingly. If you are
78
+
not familiar with SCSS you can write pure CSS which is actually valid SCSS.
70
79
71
-
However all `.scss`-files are compiled into one file called `main.css` in the `css`-folder. There is a productive-version (means minified), too.
80
+
However all `.scss`-files are compiled into one file called `main.css` in the
81
+
`css`-folder. There is a productive-version (means minified), too.
72
82
73
-
You can find more information about the installation process of Sass and the usage of SCSS in the [Sass Tutorial](http://sass-lang.com/tutorial.html).
83
+
You can find more information about the installation process of Sass and the
84
+
usage of SCSS in the [Sass Tutorial](http://sass-lang.com/tutorial.html).
74
85
75
86
76
87
## JS
77
88
78
89
We use jQuery, Modernizr (custom build via Grunt) and RequireJS.
79
90
80
-
Please use JSHint for your JavaScript before you commit. You can use the Grunt-task `jshint` for this. It is also integrated in `grunt watch`.
91
+
Please use JSHint for your JavaScript before you commit. You can use the
92
+
Grunt-task `jshint` for this. It is also integrated in `grunt watch`.
81
93
82
94
83
95
## Creating a Build
84
96
85
-
Please use [Grunt.js](https://github.com/gruntjs/grunt) for building a production-state of a website. The `Gruntfile.js` has tasks for concatenating and minifing CSS and JavaScript.
97
+
Please use [Grunt.js](https://github.com/gruntjs/grunt) for building a
98
+
production-state of a website. The `Gruntfile.js` has tasks for concatenating
99
+
and minifing CSS and JavaScript.
86
100
87
101
Additional information on this project is stored in `package.json`.
88
102
89
103
90
104
## Development
91
105
92
-
This package is developed and maintained by [Hans Christian Reinl](http://drublic.de/), [Anselm Hannemann](http://helloanselm.com/) and [more contributors](https://github.com/use-init/init/graphs/contributors).
The INIT logo was designed by Jan von Beckerath at [NIMIUS](http://nimius.net) and optimized by [Stefan Nitzsche](http://www.stn.my/).
114
+
The INIT logo was designed by Jan von Beckerath at [NIMIUS](http://nimius.net)
115
+
and optimized by [Stefan Nitzsche](http://www.stn.my/).
98
116
99
117
100
118
## License
101
119
102
-
Please be aware of the licenses of each component we use in this project. Everything else that has been developed by the contributions to this project is under [MIT License](LICENSE.md).
120
+
Please be aware of the licenses of each component we use in this project.
121
+
Everything else that has been developed by the contributions to this project is
0 commit comments