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 May 1, 2020. It is now read-only.
Copy file name to clipboardexpand all lines: patternlabsite/docs/upgrading.md
+6-11
Original file line number
Diff line number
Diff line change
@@ -64,25 +64,20 @@ If you want to you can clean-up some of the directories that are left-over after
64
64
65
65
To upgrade the Node version of Pattern Lab do the following:
66
66
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`.
68
68
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.`
69
69
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`
71
71
72
72
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.
73
73
74
74
###### Addendum:
75
75
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:
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.
0 commit comments