Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit 2e8183a

Browse files
committed
fixed a typo. updated CHANGELOG. added styleguide-specific.scss to the SASS task in gruntfile
1 parent d3607f9 commit 2e8183a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ THIS CHANGELOG IS AN ATTEMPT TO DOCUMENT CHANGES TO THIS PROJECT.
22

33
PL-node-v0.1.7
44
- ADD: pattern export
5+
- CHG: updated devDependencies
6+
- FIX: fixed a type in the README and config
7+
- THX: thanks @seanhussey for the pull request!
58

69
PL-node-v0.1.6
710
- ADD: media queries found in css added to ish controls

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ module.exports = function(grunt) {
8787
files: {
8888
'./source/css/style.css': './source/css/style.scss',
8989
'./public/styleguide/css/static.css': './public/styleguide/css/static.scss',
90-
'./public/styleguide/css/styleguide.css': './public/styleguide/css/styleguide.scss'
90+
'./public/styleguide/css/styleguide.css': './public/styleguide/css/styleguide.scss',
91+
'./public/styleguide/css/styleguide-specific.css': './public/styleguide/css/styleguide-specific.scss'
9192
}
9293
}
9394
},

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Pattern states should be lowercase and use hyphens where spaces are present.
7777
`config.json` also has two properties that work together to export completed patterns for use in a production environment. Provide an array of keys and an output directory. Pattern Lab doesn't ship with any pattern export keys, but the default directory is `"./pattern_exports/"` created inside the install directory.
7878

7979
```
80-
"patternExportKeys": ["molecules-primary-nav","organisms-header", ""organisms-header""],
80+
"patternExportKeys": ["molecules-primary-nav", "organisms-header", "organisms-header"],
8181
"patternExportDirectory": "./pattern_exports/"
8282
```
8383

0 commit comments

Comments
 (0)