We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f5325 commit 8f66de6Copy full SHA for 8f66de6
2 files changed
CHANGELOG.md
@@ -4,6 +4,8 @@
4
5
### Additions
6
7
+- [Issue #36] - Layout file should not be required
8
+
9
### Fixes
10
11
## [0.3.0] - 2018-03-30
lib/chainlinks/importer.js
@@ -110,10 +110,6 @@ let Importer = function() {
110
payload.import.names.push(this.layoutFile.split(".")[0]);
111
112
}
113
- else {
114
- reject("Layout file " + this.fixFilename(this.layoutFile) +
115
- " does not exist.");
116
- }
117
118
// Load the view files
119
this._views = fs.readdirSync(this.fixFilename());
0 commit comments