This commit is contained in:
Keivan Beigi 2015-01-29 18:10:16 -08:00
commit 0ee5261a2a
184 changed files with 184 additions and 184 deletions

View file

@ -16,4 +16,4 @@ module.exports = {
root: './_output/UI/',
content: './_output/UI/Content/'
}
};
};

View file

@ -1,4 +1,4 @@
var replace = require('gulp-replace');
module.exports = function() {
return replace(/^\uFEFF/, '');
};
};

View file

@ -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;