Grunt plugin for the concat-define concatenator.
npm install grunt-concat-define> A Grunt plugin for the concat-define concatenator.
concat-define to the data object passed into grunt.initConfig().``js
grunt.initConfig({
"concat-define": {
options: {
sourceRootDirectory: "src",
outputFile: "target/myFile.js"
}
}
});
``