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

Commit 861a146

Browse files
committed
misc
1 parent 2cca3cb commit 861a146

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

builder/pattern_assembler.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
}
9393
}
9494

95+
// takes a filename string, not a full path; a basename (plus extension)
9596
// ignore _underscored patterns, dotfiles, and anything not recognized by a
9697
// loaded pattern engine. Pseudo-pattern .json files ARE considered to be
9798
// pattern files!
@@ -143,6 +144,7 @@
143144

144145
//can ignore all non-mustache files at this point
145146
if(ext !== '.mustache'){
147+
console.log('==================== FOUND NON-MUSTACHE FILE');
146148
return;
147149
}
148150

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"ignored-extensions" : ["scss", "DS_Store", "less"],
1111
"ignored-directories" : ["scss"],
12-
"debug": false,
12+
"debug": true,
1313
"ishControlsVisible": {
1414
"s": true,
1515
"m": true,

0 commit comments

Comments
 (0)