Skip to content

Commit eaa0e15

Browse files
committed
Merge pull request gulpjs#4 from phated/linefeeds
fix linefeeds
2 parents 09e1f65 + d868e7e commit eaa0e15

File tree

2 files changed

+147
-145
lines changed

2 files changed

+147
-145
lines changed

.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
* text=auto
2+
*.html text eol=lf
3+
*.js text eol=lf
4+
*.css text eol=lf
5+
*.md text eol=lf
6+
*.sh text eol=lf

index.html

Lines changed: 141 additions & 145 deletions
Original file line numberDiff line numberDiff line change
@@ -1,145 +1,141 @@
1-
<!DOCTYPE html>
2-
<html lang="en">
3-
<head>
4-
<meta charset="utf-8">
5-
<title>gulp.js - the streaming build system</title>
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
8-
<link rel="stylesheet" href="/flat-ui/bootstrap/css/bootstrap.css">
9-
<link rel="stylesheet" href="/flat-ui/bootstrap/css/bootstrap-responsive.css">
10-
<link rel="stylesheet" href="/flat-ui/css/flat-ui.css">
11-
12-
<!-- Using only with Flat-UI (free)-->
13-
<link rel="stylesheet" href="/common-files/css/icon-font.css">
14-
<!-- end -->
15-
16-
<link rel="stylesheet" href="css/style.css">
17-
18-
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
19-
<!--[if lt IE 9]>
20-
<script src="/flat-ui/js/html5shiv.js"></script>
21-
<![endif]-->
22-
</head>
23-
24-
<body>
25-
26-
<!-- header-21 -->
27-
<header class="header-21">
28-
<div class="container">
29-
<div class="navbar span12">
30-
<div class="navbar-inner">
31-
<button type="button" class="btn btn-navbar"> </button>
32-
<div class="nav-collapse collapse">
33-
<ul class="nav">
34-
<li class="active"><a href="#">HOME</a></li>
35-
<li><a href="https://github.com/gulpjs/gulp/blob/master/README.md#gulp---">DOCS</a></li>
36-
<li><a href="https://github.com/gulpjs/gulp/">CODE</a></li>
37-
<li><a href="http://gratimax.github.io/search-gulp-plugins/">PLUGINS</a></li>
38-
<li><a href="http://twitter.com/gulpjs">TWITTER</a></li>
39-
</ul>
40-
</div>
41-
</div>
42-
</div>
43-
</div>
44-
</header>
45-
<section class="header-21-sub v-center">
46-
<div>
47-
<div class="background">&nbsp;</div>
48-
<div class="container">
49-
<h3><img class="hl gulpLogo" src="img/gulp.png" width="50" height="100" alt="">
50-
<span class="gulpBrand">
51-
gulp.js
52-
</span>
53-
</h3>
54-
<p class="lead">The streaming build system</p>
55-
56-
</div>
57-
</div>
58-
<a class="control-btn fui-arrow-down" href="#"> </a>
59-
</section>
60-
61-
62-
<!-- content-6 -->
63-
<section class="content-6 v-center">
64-
<div>
65-
<div class="container">
66-
<h3>
67-
<img src="/img/rocket@2x.png" width="150", height="150" />
68-
Speed. Efficiency. Simplicity.</h3>
69-
<p class="lead">gulp's use of streams and code-over-configuration makes for a simpler and more intuitive build.</p>
70-
<div class="row features">
71-
<div class="span4 offset2">
72-
<h6>Easy to use</h6>
73-
<p>By preferring code over configuration, gulp keeps simple things simple and makes complex tasks manageable.</p>
74-
</div>
75-
<div class="span4 offset1">
76-
<h6>Efficient</h6>
77-
<p>By harnassing the power of node's streams you get fast builds that don't write intermediary files to disk.</p>
78-
</div>
79-
</div>
80-
<div class="row features">
81-
<div class="span4 offset2">
82-
<h6>High Quality</h6>
83-
<p>gulp's strict plugin guidelines assure plugins stay simple and work the way you expect.</p>
84-
</div>
85-
<div class="span4 offset1">
86-
<h6>Easy to Learn</h6>
87-
<p>With a minimal API surface, you can pick up gulp in no time. Your build works just like you envision it: a series of streaming pipes.</p>
88-
</div>
89-
</div>
90-
</div>
91-
</div>
92-
</section>
93-
94-
<!-- content-12 -->
95-
<section class="content-12">
96-
<center>
97-
<a class="btn btn-large get-started" href="https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md#getting-started">Get Started!</a>
98-
</center>
99-
<br/><br/><br/>
100-
<hr>
101-
</section>
102-
103-
104-
<!-- content-17 -->
105-
<section class="content-17 v-center">
106-
107-
<div>
108-
<div class="container">
109-
<h3>
110-
<a href="http://wearefractal.com">
111-
<img src="/img/fractalLogo_200x200.png" width="150" height="150" alt="">
112-
</a>
113-
</h3>
114-
<br>
115-
<div><h4>Made by <a href="http://wearefractal.com">Fractal</a></h4></div>
116-
<p style="margin: 0">
117-
<a href="http://twitter.com/weareFractal">Follow us</a> on Twitter for gulp updates
118-
</p>
119-
<p> #gulpjs on freenode </p>
120-
</div>
121-
</div>
122-
</section>
123-
124-
125-
<!-- Placed at the end of the document so the pages load faster -->
126-
<script src="/flat-ui/js/jquery-1.8.3.min.js"></script>
127-
<script src="/flat-ui/js/bootstrap.min.js"></script>
128-
<!--[if lt IE 8]>
129-
<script src="/flat-ui/js/icon-font-ie7.js"></script>
130-
<![endif]-->
131-
<script src="/common-files/js/jquery.scrollTo-1.4.3.1-min.js"></script>
132-
<script src="/common-files/js/startup-kit.js"></script>
133-
<script src="/js/script.js"></script>
134-
<script>
135-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
136-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
137-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
138-
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
139-
140-
ga('create', 'UA-42485841-3', 'gulpjs.com');
141-
ga('send', 'pageview');
142-
143-
</script>
144-
</body>
145-
</html>
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>gulp.js - the streaming build system</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
8+
<link rel="stylesheet" href="/flat-ui/bootstrap/css/bootstrap.css">
9+
<link rel="stylesheet" href="/flat-ui/bootstrap/css/bootstrap-responsive.css">
10+
<link rel="stylesheet" href="/flat-ui/css/flat-ui.css">
11+
12+
<!-- Using only with Flat-UI (free)-->
13+
<link rel="stylesheet" href="/common-files/css/icon-font.css">
14+
<!-- end -->
15+
16+
<link rel="stylesheet" href="css/style.css">
17+
18+
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
19+
<!--[if lt IE 9]>
20+
<script src="/flat-ui/js/html5shiv.js"></script>
21+
<![endif]-->
22+
</head>
23+
24+
<body>
25+
26+
<!-- header-21 -->
27+
<header class="header-21">
28+
<div class="container">
29+
<div class="navbar span12">
30+
<div class="navbar-inner">
31+
<button type="button" class="btn btn-navbar"> </button>
32+
<div class="nav-collapse collapse">
33+
<ul class="nav">
34+
<li class="active"><a href="#">HOME</a></li>
35+
<li><a href="https://github.com/gulpjs/gulp/blob/master/README.md#gulp---">DOCS</a></li>
36+
<li><a href="https://github.com/gulpjs/gulp/">CODE</a></li>
37+
<li><a href="http://gratimax.github.io/search-gulp-plugins/">PLUGINS</a></li>
38+
<li><a href="http://twitter.com/gulpjs">TWITTER</a></li>
39+
</ul>
40+
</div>
41+
</div>
42+
</div>
43+
</div>
44+
</header>
45+
<section class="header-21-sub v-center">
46+
<div>
47+
<div class="background">&nbsp;</div>
48+
<div class="container">
49+
<h3><img class="hl gulpLogo" src="img/gulp.png" width="50" height="100" alt="">
50+
<span class="gulpBrand">
51+
gulp.js
52+
</span>
53+
</h3>
54+
<p class="lead">The streaming build system</p>
55+
56+
</div>
57+
</div>
58+
<a class="control-btn fui-arrow-down" href="#"> </a>
59+
</section>
60+
61+
62+
<!-- content-6 -->
63+
<section class="content-6 v-center">
64+
<div>
65+
<div class="container">
66+
<h3>
67+
<img src="/img/rocket@2x.png" width="150", height="150" />
68+
Speed. Efficiency. Simplicity.</h3>
69+
<p class="lead">gulp's use of streams and code-over-configuration makes for a simpler and more intuitive build.</p>
70+
<div class="row features">
71+
<div class="span4 offset2">
72+
<h6>Easy to use</h6>
73+
<p>By preferring code over configuration, gulp keeps simple things simple and makes complex tasks manageable.</p>
74+
</div>
75+
<div class="span4 offset1">
76+
<h6>Efficient</h6>
77+
<p>By harnassing the power of node's streams you get fast builds that don't write intermediary files to disk.</p>
78+
</div>
79+
</div>
80+
<div class="row features">
81+
<div class="span4 offset2">
82+
<h6>High Quality</h6>
83+
<p>gulp's strict plugin guidelines assure plugins stay simple and work the way you expect.</p>
84+
</div>
85+
<div class="span4 offset1">
86+
<h6>Easy to Learn</h6>
87+
<p>With a minimal API surface, you can pick up gulp in no time. Your build works just like you envision it: a series of streaming pipes.</p>
88+
</div>
89+
</div>
90+
</div>
91+
</div>
92+
</section>
93+
94+
<!-- content-12 -->
95+
<section class="content-12">
96+
<center>
97+
<a class="btn btn-large get-started" href="https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md#getting-started">Get Started!</a>
98+
</center>
99+
<br/><br/><br/>
100+
<hr>
101+
</section>
102+
103+
104+
<!-- content-17 -->
105+
<section class="content-17 v-center">
106+
<div class="container">
107+
<h3>
108+
<a href="http://wearefractal.com">
109+
<img src="/img/fractalLogo_200x200.png" width="150" height="150" alt="">
110+
</a>
111+
</h3>
112+
<h4>Made by <a href="http://wearefractal.com">Fractal</a></h4>
113+
<p style="margin: 0">
114+
<a href="http://twitter.com/weareFractal">Follow us</a> on Twitter for gulp updates
115+
</p>
116+
<p> #gulpjs on freenode </p>
117+
</div>
118+
</section>
119+
120+
121+
<!-- Placed at the end of the document so the pages load faster -->
122+
<script src="/flat-ui/js/jquery-1.8.3.min.js"></script>
123+
<script src="/flat-ui/js/bootstrap.min.js"></script>
124+
<!--[if lt IE 8]>
125+
<script src="/flat-ui/js/icon-font-ie7.js"></script>
126+
<![endif]-->
127+
<script src="/common-files/js/jquery.scrollTo-1.4.3.1-min.js"></script>
128+
<script src="/common-files/js/startup-kit.js"></script>
129+
<script src="/js/script.js"></script>
130+
<script>
131+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
132+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
133+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
134+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
135+
136+
ga('create', 'UA-42485841-3', 'gulpjs.com');
137+
ga('send', 'pageview');
138+
139+
</script>
140+
</body>
141+
</html>

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy