12
12
< script async src ="https://www.googletagmanager.com/gtag/js?id=UA-128126650-1 "> </ script >
13
13
< script >
14
14
window . dataLayer = window . dataLayer || [ ] ;
15
- function gtag ( ) { dataLayer . push ( arguments ) ; }
15
+ function gtag ( ) { dataLayer . push ( arguments ) ; }
16
16
gtag ( 'js' , new Date ( ) ) ;
17
17
18
18
gtag ( 'config' , 'UA-128126650-1' ) ;
@@ -79,7 +79,8 @@ <h1 class="heading text-center">Automate and enhance your workflow</h1>
79
79
< div class ="container-sml ">
80
80
< div class ="col-12 text-center ">
81
81
< h2 class ="paragraph ">
82
- gulp is a toolkit for automating painful or time-consuming tasks in your development workflow, so you can stop messing around and build something.
82
+ gulp is a toolkit for automating painful or time-consuming tasks in your development workflow, so you can
83
+ stop messing around and build something.
83
84
</ h2 >
84
85
< div class ="ctas ">
85
86
< a class ="ctas-button " href ="/docs/en/getting-started/quick-start "> Get Started</ a >
@@ -94,7 +95,8 @@ <h2 class="paragraph">
94
95
< b class ="svg center "> < img class ="mask-img " src ="img/browser.svg " alt =""> </ b >
95
96
< h3 class ="subheading center "> Simple Usage</ h3 >
96
97
< p class ="paragraph ">
97
- By preferring code over configuration, node best practices, and a minimal API surface - gulp makes things simple like never before.
98
+ By preferring code over configuration, node best practices, and a minimal API surface - gulp makes things
99
+ simple like never before.
98
100
</ p >
99
101
</ div >
100
102
< div class ="col-4 ">
@@ -196,7 +198,8 @@ <h3 class="subheading">
196
198
< div class ="flex text-center ">
197
199
< div class ="col-12 ">
198
200
< h4 class ="subheading ">
199
- "Builds can be the most awful sinkhole for teams to waste their time with - gulp is a serious win for any project."
201
+ "Builds can be the most awful sinkhole for teams to waste their time with - gulp is a serious win for any
202
+ project."
200
203
</ h4 >
201
204
< p class ="paragraph "> Eric, Co-founder @ stae</ p >
202
205
</ div >
0 commit comments