Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/martinrixham/grunt-concat-define


https://github.com/martinrixham/grunt-concat-define

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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()`.

```js

grunt.initConfig({

"concat-define": {

options: {

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

```