mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
stripBom
This commit is contained in:
parent
8bf2fa877a
commit
0ee5261a2a
184 changed files with 184 additions and 184 deletions
|
@ -5,7 +5,7 @@ var gulpPrint = require('gulp-print');
|
|||
|
||||
|
||||
var stripBom = function (dest) {
|
||||
gulp.src([paths.src.root, paths.src.exclude.libs])
|
||||
gulp.src([paths.src.scripts, paths.src.exclude.libs])
|
||||
.pipe(bom())
|
||||
.pipe(gulpPrint(function (filepath) {
|
||||
return "booming: " + filepath;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue