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

Commit e62a8ed

Browse files
committed
minor fixups
1 parent 5dd8052 commit e62a8ed

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

builder/lineage_hunter.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*
2-
* patternlab-node - v1.0.1 - 2015
3-
*
1+
/*
2+
* patternlab-node - v1.0.1 - 2015
3+
*
44
* Brian Muenzenmeyer, and the web community.
55
* Licensed under the MIT license.
66
*

builder/object_factory.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*
2-
* patternlab-node - v1.0.1 - 2015
3-
*
1+
/*
2+
* patternlab-node - v1.0.1 - 2015
3+
*
44
* Brian Muenzenmeyer, and the web community.
55
* Licensed under the MIT license.
66
*

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
],
2828
"ignored-extensions" : ["scss", "DS_Store", "less"],
2929
"ignored-directories" : ["scss"],
30-
"debug": true,
30+
"debug": false,
3131
"ishControlsVisible": {
3232
"s": true,
3333
"m": true,

test/pattern_assembler_tests.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
);
4949

5050
var results = currentPattern.findPartials();
51-
console.log(results);
5251
test.equals(results.length, 15);
5352
test.equals(results[0], "{{> molecules-comment-header}}");
5453
test.equals(results[1], "{{> molecules-comment-header}}");

0 commit comments

Comments
 (0)