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

Function getVendorFiles

lib/broccoli/default-packager.js:90–96  ·  view source on GitHub ↗
(files, isMainVendorFile)

Source from the content-addressed store, hash-verified

88 @return {Object} An object with lists of files to be concatenated into `vendor.js` file.
89 */
90function getVendorFiles(files, isMainVendorFile) {
91 return {
92 headerFiles: files,
93 inputFiles: isMainVendorFile ? ['addon-tree-output/**/*.js'] : [],
94 footerFiles: isMainVendorFile ? ['vendor/ember-cli/vendor-suffix.js'] : [],
95 };
96}
97
98/**
99 * Responsible for packaging Ember.js application.

Callers 1

packageVendorJsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…