Skip to content

Commit cd42db0

Browse files
committed
fix copyright statements in minified build
fixes #27
1 parent b2c4ad0 commit cd42db0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gulpfile.common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ exports.loaderConfig = function (emptyPaths) {
4545
return result;
4646
};
4747

48-
var IS_OUR_COPYRIGHT_REGEXP = /Copyright \(C\) Microsoft Corporation/;
48+
var IS_OUR_COPYRIGHT_REGEXP = /Copyright \(C\) Microsoft Corporation/i;
4949

5050
function loader() {
5151
return gulp.src([

0 commit comments

Comments
 (0)