switched from grunt to gulp

This commit is contained in:
kayone 2014-08-28 14:40:18 -07:00
commit 4d23b2cac3
23 changed files with 861 additions and 561 deletions

View file

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