Closed akkumanova closed 10 years ago
Awesome, thanks @akkumanova.
gulp has been removing the BOM for months, this commit will just slow stuff down since the BOM is already removed. See https://github.com/wearefractal/vinyl-fs/pull/21 - I would recommend reverting this
Interesting. Thank you @contra
This pull request strips potential unicode BOM from the files before passing it to jshint as jshint cli does (link to code) and as suggested by nodejs developers (link). This is needed because some text editors insist on setting the BOM (e.g. Visual Studio).