Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Commit cc0d8a6

Browse files
committedMar 16, 2018
fix(links): adjust links to account for patternlab-node monorepo
part of pattern-lab/patternlab-node#815
1 parent 997b37d commit cc0d8a6

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed
 

‎_includes/download-node.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<p>Pick the Node version of Pattern Lab you'd like based on your environment or task runner preference:</p>
22
<ul class="link-desc-list">
33
<li class="link-desc-list__item">
4-
<a class="link-desc-list__link" href="https://github.com/pattern-lab/edition-node ">Vanilla Edition</a>
5-
<p class="link-desc-list__desc">The pure Node wrapper around <a href="https://github.com/pattern-lab/patternlab-node">Pattern Lab Node Core</a></p>
4+
<a class="link-desc-list__link" href="https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node">Vanilla Edition</a>
5+
<p class="link-desc-list__desc">The pure Node wrapper around <a href="https://github.com/pattern-lab/patternlab-node/tree/master/packages/core">Pattern Lab Node Core</a></p>
66
</li>
77
<li class="link-desc-list__item">
8-
<a class="link-desc-list__link" href="https://github.com/pattern-lab/edition-node-gulp ">Gulp Edition</a>
9-
<p class="link-desc-list__desc">The Gulp wrapper around <a href="https://github.com/pattern-lab/patternlab-node">Pattern Lab Node Core</a></p>
8+
<a class="link-desc-list__link" href="https://github.com/pattern-lab/patternlab-node/tree/master/packages/edition-node-gulp">Gulp Edition</a>
9+
<p class="link-desc-list__desc">The Gulp wrapper around <a href="https://github.com/pattern-lab/patternlab-node/tree/master/packages/core">Pattern Lab Node Core</a></p>
1010
</li>
1111
<li class="link-desc-list__item">
1212
<a class="link-desc-list__link" href="https://github.com/pattern-lab/edition-node-grunt">Grunt Edition</a>
13-
<p class="link-desc-list__desc">The Grunt wrapper around <a href="https://github.com/pattern-lab/patternlab-node">Pattern Lab Node Core</a></p>
13+
<p class="link-desc-list__desc">The Grunt wrapper around <a href="https://github.com/pattern-lab/patternlab-node/tree/master/packages/core">Pattern Lab Node Core</a></p>
1414
</li>
1515
<li class="link-desc-list__item">
1616
<a class="link-desc-list__link" href="https://github.com/Comcast/patternlab-edition-node-webpack">Webpack Edition</a>
17-
<p class="link-desc-list__desc">The Webpack wrapper around <a href="https://github.com/pattern-lab/patternlab-node">Pattern Lab Node Core</a> Thanks to the team at Comcast for <a href="https://comcast.github.io">open-sourcing</a> this stellar work!</p>
17+
<p class="link-desc-list__desc">The Webpack wrapper around <a href="https://github.com/pattern-lab/patternlab-node/tree/master/packages/core">Pattern Lab Node Core</a> Thanks to the team at Comcast for <a href="https://comcast.github.io">open-sourcing</a> this stellar work!</p>
1818
</li>
1919
</ul>

‎docs/advanced-config-options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ languages:
1414

1515
{% capture m %}
1616

17-
Pattern Lab Node comes with a configuration file [(`patternlab-config.json`)](https://github.com/pattern-lab/patternlab-node/blob/master/patternlab-config.json) that allows you to modify certain aspects of the system. The latest default values are included within This file is shipped within [the editions](https://github.com/pattern-lab?utf8=%E2%9C%93&query=edition-node) or can be supplied from core and the command line interface. Below is a description of each configuration option and how it affects Pattern Lab Node
17+
Pattern Lab Node comes with a configuration file [(`patternlab-config.json`)](https://github.com/pattern-lab/patternlab-node/blob/master/packages/core/patternlab-config.json) that allows you to modify certain aspects of the system. The latest default values are included within This file is shipped within [the editions](https://github.com/pattern-lab?utf8=%E2%9C%93&query=edition-node) or can be supplied from core and the command line interface. Below is a description of each configuration option and how it affects Pattern Lab Node
1818

1919
### cacheBust
2020
Instructs Pattern Lab to append a unique query string to Javascript and CSS assets throughout the frontend.

‎docs/advanced-starterkits.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ npm install @pattern-lab/starterkit-mustache-demo
5252
gulp patternlab:loadstarterkit --kit=@pattern-lab/starterkit-mustache-demo
5353
```
5454

55-
The [Pattern Lab Node CLI](https://github.com/pattern-lab/patternlab-node-cli) will also support installation of Starterkits should you not be using gulp.
55+
The [Pattern Lab Node CLI](https://github.com/pattern-lab/patternlab-node/tree/master/packages/cli) will also support installation of Starterkits should you not be using gulp.
5656

5757
## PSA
5858

0 commit comments

Comments
 (0)
This repository has been archived.