We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef217e commit 4d3c977Copy full SHA for 4d3c977
tasks/header.js
@@ -13,7 +13,7 @@ var pathsDist = [
13
];
14
15
function headerLicense(path) {
16
- prependFile(path, constants.licenseDist, function(err) {
+ prependFile(path, constants.licenseDist + '\n', function(err) {
17
if(err) throw err;
18
});
19
}
tasks/util/constants.js
@@ -61,7 +61,6 @@ module.exports = {
61
'* Copyright 2012-2015, Plotly, Inc.',
62
'* All rights reserved.',
63
'* Licensed under the MIT license',
64
- '*/',
65
- ''
+ '*/'
66
].join('\n')
67
};
0 commit comments