MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / concatFiles

Function concatFiles

lib/models/addon.js:368–371  ·  view source on GitHub ↗

Shorthand method for [broccoli-concat](https://github.com/ember-cli/broccoli-concat) @private @method concatFiles @param {tree} tree Tree of files @param {Object} options Options for broccoli-concat @return {tree} Modified tree

(tree, options)

Source from the content-addressed store, hash-verified

366 @return {tree} Modified tree
367 */
368 concatFiles(tree, options) {
369 options.sourceMapConfig = this.app.options.sourcemaps;
370 return require('broccoli-concat')(tree, options);
371 },
372
373 /**
374 Allows to mark the addon as developing, triggering live-reload in the project the addon is linked to.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…