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 Dec 10, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,13 +13,11 @@ The Gulp Edition comes with the following components:
13
13
14
14
## Prerequisites
15
15
16
-
Pattern Lab Node uses [Node](https://nodejs.org)and [npm](https://www.npmjs.com/) to manage project dependencies, and [gulp](http://gulpjs.com/) to run tasks and interface with core.
16
+
The Pattern Lab Node - Gulp Edition uses [Node](https://nodejs.org)for core processing, [npm](https://www.npmjs.com/) to manage project dependencies, and [gulp.js](http://gulpjs.com/) to run tasks and interface with the core library. Node version 4 or higher suffices. You can follow the directions for [installing Node](https://nodejs.org/en/download/) on the Node website if you haven't done so already. Installation of Node will include npm.
17
17
18
-
Please follow the directions for [installing Node](https://nodejs.org/en/download/) on the Node website. This should include `npm`.
18
+
It's also highly recommended that you [install gulp](hhttps://github.com/gulpjs/gulp/blob/4.0/docs/getting-started.md) globally.
19
19
20
-
It's also highly recommended that you [install gulp](https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md) globally.
21
-
22
-
* Note: The Gulp Edition uses Gulp 4, which may require a new global install of the CLI tool Gulp uses. Follow the [gulp upgrade instructions](https://github.com/pattern-lab/edition-node-gulp/wiki/Updating-to-Gulp-4) if you already have gulp installed and need to upgrade.
20
+
> Note: The Gulp Edition of Pattern Lab uses Gulp 4, which may require a new global install of the Gulp command line interface. Follow the [gulp upgrade instructions](https://github.com/pattern-lab/edition-node-gulp/wiki/Updating-to-Gulp-4) if you already have gulp installed and need to upgrade. Gulp 4 is in alpha, but brings many benefits to the table and is relatively stable.
23
21
24
22
## Installing
25
23
@@ -30,19 +28,22 @@ There are two methods for downloading and installing the Gulp Edition:
30
28
31
29
### Download a pre-built package
32
30
33
-
The fastest way to get started with the Gulp Edition is to [download the pre-built version](https://github.com/pattern-lab/edition-node-gulp/releases) from the [releases page](https://github.com/pattern-lab/edition-node-gulp/releases). The pre-built project comes with the [Default Starterkit for Mustache](https://github.com/pattern-lab/starterkit-mustache-default/tree/dev) installed by default.
31
+
The fastest way to get started with the Gulp Edition is to [download the pre-built version](https://github.com/pattern-lab/edition-node-gulp/releases) from the [releases page](https://github.com/pattern-lab/edition-node-gulp/releases). The pre-built project comes with the [Base Starterkit for Mustache](https://github.com/pattern-lab/starterkit-mustache-base) installed by default.
34
32
35
33
**Please note:** Pattern Lab Node uses [npm](https://www.npmjs.com/) to manage project dependencies. To upgrade the Gulp Edition or to install plug-ins you'll need to be familiar with npm.
36
34
37
35
### Use npm
38
36
39
37
`npm` is a dependency management and package system which can pull in all of the Gulp Edition's dependencies for you. To accomplish this:
40
38
41
-
* download or clone this repository to an install location.
39
+
* download or `git clone` this repository to an install location.
42
40
43
41
* run the following
42
+
43
+
```
44
44
cd install/location
45
45
npm install
46
+
```
46
47
47
48
Running `npm install` from a directory containing a `package.json` file will download all dependencies defined within.
"short" : "Lorem ipsum dolor sit (37 characters)",
29
-
"medium" : "Lorem ipsum dolor sit amet, consectetur adipiscing elit. (72 characters)"
30
-
},
31
-
"excerpt" : {
32
-
"short" : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam",
33
-
"medium" : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.",
34
-
"long" : "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
35
-
},
36
-
"description" : "So, setting about it as methodically as men might smoke out a wasps' nest, the Martians spread this strange stifling vapour over the Londonward country. The horns of the crescent slowly moved apart, until at last they formed a line from Hanwell to Coombe and Malden. All night through their destructive tubes advanced.",
37
-
"url" : "#",
38
-
"name" : {
39
-
"first": "Lacy",
40
-
"firsti": "L",
41
-
"middle": "Tommie",
42
-
"middlei": "T",
43
-
"last": "Way",
44
-
"lasti": "W"
45
-
},
46
-
"year" : {
47
-
"long": "2013",
48
-
"short": "13"
49
-
},
50
-
"month" : {
51
-
"long": "February",
52
-
"short": "Feb",
53
-
"digit": "02"
54
-
},
55
-
"dayofweek" : {
56
-
"long": "Monday",
57
-
"short": "Mon"
58
-
},
59
-
"day" : {
60
-
"long": "10",
61
-
"short": "10",
62
-
"ordinal": "th"
63
-
},
64
-
"hour" : {
65
-
"long": "01",
66
-
"short": "1",
67
-
"military": "13",
68
-
"ampm": "pm"
69
-
},
70
-
"minute" : {
71
-
"long": "20",
72
-
"short": "20"
73
-
},
74
-
"seconds" : "31",
75
-
"author" : {
76
-
"first-name": "Author",
77
-
"last-name": "Name"
78
-
},
79
-
"hero": true,
80
-
"emergency" : false,
81
-
"touts" : [
82
-
{ },
83
-
{ },
84
-
{ }
85
-
],
86
-
"latest-posts" : [
87
-
{ },
88
-
{ },
89
-
{ },
90
-
{ },
91
-
{ }
92
-
]
93
-
}
2
+
"key": "value",
3
+
"key2": "use this for variables you want to load globally",
"short": "Shizz fo shizzle mah nizzle fo rizzle, mah home g-dizzle, gravida vizzle, arcu. Pellentesque crunk tortizzle. Sed erizzle. Black izzle sheezy telliv.",
33
+
"medium": "Izzle crazy tempizzle sizzle. We gonna chung gangsta get down get down fo shizzle turpizzle. Away break it down black. Pellentesque bling bling rhoncus fo shizzle. In hac the bizzle platea dictumst. Black dapibizzle. Crackalackin.",
34
+
"long": "Curabitizzle fo shizzle diam quizzle nisi nizzle mollizzle. Suspendisse boofron. Morbi odio. Sure pizzle. Crazy orci. Shut the shizzle up maurizzle get down get down, check out this a, go to hizzle sit amizzle, malesuada izzle, pede. Pellentesque gravida. Vestibulizzle check it out mi, volutpat izzle, shiz sed, shiznit sempizzle, da bomb. Funky fresh in ipsum. Da bomb volutpat felis vizzle daahng dawg. Crizzle quis dope izzle fo shizzle my ni."
35
+
},
36
+
"description": "Fizzle crazy tortor. Sed rizzle. Ass pimpin' dolor dapibizzle turpis tempizzle fo shizzle my nizzle. Maurizzle pellentesque its fo rizzle izzle turpis. Get down get down we gonna chung nizzle. Shizzlin dizzle eleifend rhoncizzle break it down. In yo ghetto platea dictumst. Bling bling dapibizzle. Curabitur break yo neck, yall fo, pretizzle eu, go to hizzle dope, own yo' vitae, nunc. Bizzle suscipizzle. Ass semper velit sizzle fo.",
0 commit comments