MCPcopy Create free account
hub / github.com/ember-cli/ember-cli /

Class

lib/tasks/show-asset-sizes.js:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4const AssetSizePrinter = require('../models/asset-size-printer');
5
6class ShowAssetSizesTask extends Task {
7 run(options) {
8 let sizePrinter = new AssetSizePrinter({
9 ui: this.ui,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected