1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-23 16:32:48 +00:00
Radarr/gulp/pipelines/gulp-bom.js

5 lines
106 B
JavaScript
Raw Normal View History

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