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

Commit 6e77b3d

Browse files
committed
Updated pattern-upgrading page
This is part of pattern-lab/patternlab-node#70 for version 1.0.0 release prep
1 parent 5785660 commit 6e77b3d

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

patternlabsite/docs/upgrading.md

+6-11
Original file line numberDiff line numberDiff line change
@@ -64,25 +64,20 @@ If you want to you can clean-up some of the directories that are left-over after
6464

6565
To upgrade the Node version of Pattern Lab do the following:
6666

67-
1. **Important:** Make a back-up of `source/` and `config.json` and your `Gruntfile`|`Gulpfile`.
67+
1. **Important:** Make a back-up of `source/` and `config.json` and your `Gruntfile`|`Gulpfile`.
6868
2. [Download the latest release](https://github.com/pattern-lab/patternlab-node/releases) of the Node version of Pattern Lab, or use `npm update patternlab-node` if you originally [installed](/docs/node/installation.html) Pattern Lab via `npm.`
6969
3. Restore files in `source/` and `config.json` if needed.
70-
4. Be mindful of whether you need to merge any customizations to `config.json` or your `Gruntfile`|`Gulpfile`
70+
4. Be mindful of whether you need to merge any customizations to `config.json` or your `Gruntfile`|`Gulpfile`
7171

7272
If you encounter trouble - make sure your npm devDependencies are up to date. Assuming you have the latest `package.json` file, you can delete the contents of `./node_modules` and run `npm cache clear` before running `npm install` to pull down everything anew.
7373

7474
###### Addendum:
7575

76-
* Upgrading to [v0.12.0](https://github.com/pattern-lab/patternlab-node/releases/tag/v0.12.0) requires overwriting: `source/_patternlab-files/partials/ishControls.mustache`
77-
* Upgrading to [v0.10.X or v0.11.0](https://github.com/pattern-lab/patternlab-node/releases/tag/v0.11.0) requires:
78-
* Add `"baseurl" : ""` to `config.json`
79-
* Overwrite `source/_patternlab-files/pattern-header-footer/footer.html`
80-
* Overwrite `source/_patternlab-files/styleguide.mustache`
81-
* Overwrite `source/_patternlab-files/viewall.mustache`
82-
76+
Some releases require a little extra file rearranging or reconfiguration. Please check the [addenda](https://github.com/pattern-lab/patternlab-node/wiki/Upgrading) on the wiki for more info.
77+
8378
{% endcapture %}
8479
{{ m | markdownify }}
8580

8681
</div>
87-
88-
<!--- end node -->
82+
83+
<!--- end node -->

0 commit comments

Comments
 (0)