Skip to content

Commit

Permalink
fix(test configuration): Remove vestigial configuration entries
Browse files Browse the repository at this point in the history
part of #745
  • Loading branch information
bmuenzenmeyer committed Jan 20, 2018
1 parent b932f14 commit 481fce9
Showing 1 changed file with 23 additions and 28 deletions.
51 changes: 23 additions & 28 deletions test/util/patternlab-config.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,37 @@
{
"paths" : {
"source" : {
"paths": {
"source": {
"root": "./test/files/",
"patterns" : "./test/files/_patterns/",
"data" : "./test/files/_data/",
"patterns": "./test/files/_patterns/",
"data": "./test/files/_data/",
"meta": "./test/files/_meta/",
"styleguide" : "./test/files/styleguide/",
"patternlabFiles" : {
"styleguide": "./test/files/styleguide/",
"patternlabFiles": {
"general-header": "./test/files/partials/general-header.mustache",
"general-footer": "./test/files/partials/general-footer.mustache",
"patternSection": "./test/files/partials/patternSection.mustache",
"patternSectionSubtype": "./test/files/partials/patternSectionSubtype.mustache",
"patternSectionSubtype":
"./test/files/partials/patternSectionSubtype.mustache",
"viewall": "./test/files/viewall.mustache"
},
"js" : "./test/files/js",
"images" : "./test/files/images",
"fonts" : "./test/files/fonts",
"css" : "./test/files/css/"
"js": "./test/files/js",
"images": "./test/files/images",
"fonts": "./test/files/fonts",
"css": "./test/files/css/"
},
"public" : {
"root" : "./test/public/",
"patterns" : "./test/public/patterns/",
"data" : "./test/public/data/",
"styleguide" : "./test/public/styleguide/",
"js" : "./test/public/js",
"images" : "./test/public/images",
"fonts" : "./test/public/fonts",
"css" : "./test/public/css"
"public": {
"root": "./test/public/",
"patterns": "./test/public/patterns/",
"data": "./test/public/data/",
"styleguide": "./test/public/styleguide/",
"js": "./test/public/js",
"images": "./test/public/images",
"fonts": "./test/public/fonts",
"css": "./test/public/css"
}
},
"styleGuideExcludes": [
"templates",
"pages"
],
"styleGuideExcludes": ["templates", "pages"],
"defaultPattern": "all",
"ignored-extensions" : ["scss", "DS_Store", "less"],
"ignored-directories" : ["scss"],
"logLevel": "quiet",
"ishControlsHide": {
"s": false,
Expand All @@ -57,8 +53,7 @@
"ishMinimum": "240",
"ishMaximum": "2600",
"patternStateCascade": ["inprogress", "inreview", "complete"],
"patternStates": {
},
"patternStates": {},
"patternExportPatternPartials": [],
"patternExportDirectory": "./pattern_exports/",
"patternExtension": "mustache",
Expand Down

0 comments on commit 481fce9

Please sign in to comment.