1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-03-05 10:58:04 +00:00
Lidarr/gulp/pipelines/gulp-bom.js

4 lines
105 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/, '');
};