0.9.1 • Published 4 years ago

grunt-concat-define v0.9.1

Weekly downloads
1
License
GPL-3.0
Repository
github
Last release
4 years ago

grunt-concat-define

A Grunt plugin for the concat-define concatenator.

The "concat-define" task

Usage

In your project's Gruntfile, add a section named concat-define to the data object passed into grunt.initConfig().

grunt.initConfig({

    "concat-define": {

        options: {

            sourceRootDirectory: "src",
            outputFile: "target/myFile.js"
        }
    }
});
0.9.1

4 years ago

0.9.0

5 years ago

0.8.2

5 years ago

0.8.1

5 years ago

0.8.0

6 years ago

0.7.0

7 years ago

0.6.0

7 years ago

0.5.0

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago