Skip to content
Permalink
Browse files
adjust strict bundle headers
  • Loading branch information
archmoj committed Mar 18, 2022
1 parent 9051a04 commit 657c08bd1f8b9c93e4102410b5a444a53c243ce9
Showing with 2 additions and 2 deletions.
  1. +2 −2 tasks/bundle.js
@@ -50,8 +50,8 @@ tasks.push(function(done) {
standalone: 'Plotly',
pathToMinBundle: pathToPlotlyStrictDistMin
}, function() {
prependFile.sync(pathToPlotlyStrictDist, header, common.throwOnError);
prependFile.sync(pathToPlotlyStrictDistMin, header, common.throwOnError);
prependFile.sync(pathToPlotlyStrictDist, header.replace('plotly.js', 'plotly.js (strict)'), common.throwOnError);
prependFile.sync(pathToPlotlyStrictDistMin, header.replace('plotly.js', 'plotly.js (strict - minified)'), common.throwOnError);

done();
});

0 comments on commit 657c08b

Please sign in to comment.