Skip to content

Commit 1192071

Browse files
committed
updated CHANGELOG
1 parent c85a8bb commit 1192071

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ PL-node-v0.12.0
88
- CHG: Changed static web server provider to BrowserSync
99
- CHG: Replaced the Style Guide toolbar Auto-Reload and Page Follow with a link to the BrowserSync UI
1010
- THX: Thanks @oscar-g for the initial work on the gulpfile!
11+
- ADD: An alternative, more verbose syntax for pattern partial inclusion
12+
- THX: Thanks @e2tha-e for the thoughtful addition with unit test coverage
1113

1214
PL-node-v0.11.0
1315
- ADD: Ignore pattern directories that start with an underscore.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ The patternlab-node release package ships with some `.scss` files utilized in th
7979
**NOTE:** You may run into issues installing gulp-sass if you don't have the latest Visual Studio on Windows. See [here](https://github.com/sass/node-sass/issues/469) for more information and [this query](https://github.com/sass/node-sass/issues?utf8=%E2%9C%93&q=is%3Aissue+install) for a slew of installation problems related to gulp-sass.
8080

8181
##### Nav Bar Controls
82-
If you don't have a need for some of the nav-bar tools in the patternlab frontend, you can turn them off in `config.json`.
82+
If you don't have a need for some of the nav-bar tools in the Pattern Lab frontend, you can turn them off in `config.json`.
8383

84-
The current selection is as follows. It reflects support versus patternlab-php.
84+
The current selection is as follows.
8585

8686
```
8787
"ishControlsVisible": {
@@ -146,9 +146,9 @@ You can also exclude complete directories by prepending the directory name with
146146
`patternlab.json` is a file created for debugging purposes. Set `debug` to true in `.config.json` to see all the secrets.
147147

148148
##### Server & BrowserSync
149-
Running `grunt serve` will compile the patternlab front end and host it by default on <a href="http://localhost:3000">http://localhost:3000</a> via [BrowserSync](http://www.browsersync.io/docs/). After it starts, templates, `data.json`, and scss/css changes in your source code will be automatically injected into the page.
149+
Running `grunt serve` or `gulp serve` will compile the Pattern Lab frontend and host it by default on <a href="http://localhost:3000">http://localhost:3000</a> via [BrowserSync](http://www.browsersync.io/docs/). After it starts, templates, `data.json`, and scss/css changes in your source code will be automatically injected into the page.
150150

151-
You'll notice that if you have this open across different browsers, we do our best to keep the front end in sync, but there is a known issue with synced navigation using the main menu.
151+
You'll notice that if you have this open across different browsers, we do our best to keep the frontend in sync, but there is a known issue with synced navigation using the main menu.
152152

153153
### Roadmap
154154

0 commit comments

Comments
 (0)