Skip to content

Commit 8f66de6

Browse files
committed
[Issue #36] - Layout file should not be required
1 parent 61f5325 commit 8f66de6

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
### Additions
66

7+
- [Issue #36] - Layout file should not be required
8+
79
### Fixes
810

911
## [0.3.0] - 2018-03-30

lib/chainlinks/importer.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,6 @@ let Importer = function() {
110110
payload.import.names.push(this.layoutFile.split(".")[0]);
111111

112112
}
113-
else {
114-
reject("Layout file " + this.fixFilename(this.layoutFile) +
115-
" does not exist.");
116-
}
117113

118114
// Load the view files
119115
this._views = fs.readdirSync(this.fixFilename());

0 commit comments

Comments
 (0)