Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martinrixham/grunt-concat-define
https://github.com/martinrixham/grunt-concat-define
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/martinrixham/grunt-concat-define
- Owner: MartinRixham
- License: gpl-3.0
- Created: 2016-05-08T16:59:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-30T08:05:53.000Z (almost 5 years ago)
- Last Synced: 2024-08-10T03:14:48.713Z (3 months ago)
- Language: JavaScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
}
}
});```