bricks-cli
Version:
Command line tool for developing ambitious ember.js apps
35 lines (34 loc) • 1.33 kB
JSON
{
"name": "broccoli-concat",
"description": "Concatenate broccoli trees",
"version": "0.0.6",
"author": {
"name": "Richard Livsey",
"email": "richard@livsey.org"
},
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/rlivsey/broccoli-concat"
},
"dependencies": {
"mkdirp": "^0.3.5",
"broccoli-writer": "^0.1.1",
"broccoli-kitchen-sink-helpers": "^0.2.0",
"js-string-escape": "~1.0.0"
},
"keywords": [
"broccoli-plugin",
"concat",
"concatenate"
],
"readme": "# broccoli-concat\n\nConcatenate trees into a single file.\n\n## Usage\n\n```js\nvar concatenated = concat(sourceTree, {\n inputFiles: [\n 'app/**/*.css'\n ],\n outputFile: '/assets/app.css',\n separator: '\\n', // (optional, defaults to \\n)\n wrapInEval: true // (optional, defaults to false)\n});\n```\n\n## Options\n\n* separator - what to separate the files with, defaults to '\\n'\n* wrapInEval - whether to wrap in eval for sourceURL, defaults to false as causes problems with global variables",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/rlivsey/broccoli-concat/issues"
},
"homepage": "https://github.com/rlivsey/broccoli-concat",
"_id": "broccoli-concat@0.0.6",
"_from": "broccoli-concat@0.0.6"
}