Merge pull request #31 from chrisgarrity/exclude-blocks

Exclude blocks messages from the combined file
This commit is contained in:
chrisgarrity 2018-08-06 16:53:55 -04:00 committed by GitHub
commit 90eed8dc71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -101,7 +101,6 @@ let blockData =
';\n';
fs.writeFileSync(MSGS_DIR + 'blocks-msgs.js', blockData);
defaultsDeep(editorMsgs, blocksMessages);
// generate combined editor-msgs file
let editorData =