1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-16 11:37:58 +02:00
Sonarr/gulp/pipelines/gulp-bom.js

5 lines
106 B
JavaScript
Raw Normal View History

2014-08-29 00:40:18 +03:00
var replace = require('gulp-replace');
module.exports = function() {
return replace(/^\uFEFF/, '');
2015-01-30 04:10:16 +02:00
};