You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
[](https://travis-ci.org/pattern-lab/patternlab-node)[](https://gitter.im/pattern-lab/node)
1
+
[](https://travis-ci.org/pattern-lab/patternlab-node)[](https://gitter.im/pattern-lab/node)
console.log('Could not find optional user-defined header, usually found at ./source/_meta/_00-head.mustache. It was likely deleted.');
250
-
}
226
+
plutils.logRed('\nWARNING: Could not find the user-editable header template, currently configured to be at '+path.join(config.paths.source.meta,'_00-head.mustache')+'. Your configured path may be incorrect (check paths.source.meta in your config file), the file may have been deleted, or it may have been left in the wrong place during a migration or update.\n');
console.log('Could not find optional user-defined footer, usually found at ./source/_meta/_01-foot.mustache. It was likely deleted.');
259
-
}
234
+
plutils.logRed('\nWARNING: Could not find the user-editable footer template, currently configured to be at '+path.join(config.paths.source.meta,'_01-foot.mustache')+'. Your configured path may be incorrect (check paths.source.meta in your config file), the file may have been deleted, or it may have been left in the wrong place during a migration or update.\n');
235
+
if(patternlab.config.debug){console.log(ex);}
236
+
process.exit(1);
260
237
}
261
238
262
239
//now that all the main patterns are known, look for any links that might be within data and expand them
@@ -275,7 +252,7 @@ var patternlab_engine = function (config) {
0 commit comments