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)
| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…