1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-03-05 15:15:59 +02:00
Sonarr/gulp/pipelines/gulp-bom.js

5 lines
106 B
JavaScript
Raw Normal View History

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