grunt-strip-shebang

1.0.0 • Public • Published

grunt-strip-shebang Build Status

Grunt plugin to remove the shebang from your files.

Installation

$ npm install --save-dev grunt-strip-shebang

Usage

require('load-grunt-tasks')(grunt);
 
grunt.initConfig({
    stripShebang: {
        dist: {
            files: {
                'dist/main.sh': 'src/main.sh'
            }
        }
    }
});
 
grunt.registerTask('default', ['stripShebang']);

License

MIT © Arthur Verschaeve

/grunt-strip-shebang/

    Package Sidebar

    Install

    npm i grunt-strip-shebang

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • arthurvr