grunt-byte-order-mark

0.1.0 • Public • Published

grunt-contrib-bom Build Status NPM version

Grunt task to strip or add BOM to files

npm install grunt-byte-order-mark --save-dev
grunt.loadNpmTasks('grunt-byte-order-mark');
bom: {
  addBom: {
    src: 'file-wihtout-bom.txt',
    options: {
      add: true
    }
  },
  removeBom: {
    src: 'file-wiht-bom.txt',
    options: {
      remove: true
    }
  }
}

Lets go dancing!

/grunt-byte-order-mark/

    Package Sidebar

    Install

    npm i grunt-byte-order-mark

    Weekly Downloads

    61

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • bergquist