We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
broccoli-concat
I'm getting a deprecation warning after installing ember-cli-asset-sizes-shim.
ember-cli-asset-sizes-shim
DEPRECATION: EmberApp.concatFiles() is deprecated. Please use thebroccoli-concatmodule directly.
DEPRECATION: EmberApp.concatFiles() is deprecated. Please use the
module directly.
Here's my package.json
{ "name": "ember-app-test", "version": "0.0.0", "description": "Small description for ember-app-test goes here", "private": true, "directories": { "doc": "doc", "test": "tests" }, "scripts": { "build": "ember build", "start": "ember server", "test": "ember test" }, "repository": "", "engines": { "node": ">= 0.10.0" }, "author": "", "license": "MIT", "devDependencies": { "broccoli-asset-rev": "^2.4.2", "ember-ajax": "^2.0.1", "ember-cli": "2.7.0", "ember-cli-app-version": "^1.0.0", "ember-cli-asset-sizes-shim": "0.1.2", "ember-cli-babel": "^5.1.6", "ember-cli-dependency-checker": "^1.2.0", "ember-cli-htmlbars": "^1.0.3", "ember-cli-htmlbars-inline-precompile": "^0.3.1", "ember-cli-inject-live-reload": "^1.4.0", "ember-cli-jshint": "^1.0.0", "ember-cli-qunit": "^2.0.0", "ember-cli-release": "^0.2.9", "ember-cli-sri": "^2.1.0", "ember-cli-test-loader": "^1.1.0", "ember-cli-uglify": "^1.2.0", "ember-data": "^2.7.0", "ember-export-application-global": "^1.0.5", "ember-load-initializers": "^0.5.1", "ember-resolver": "^2.0.3", "ember-welcome-page": "^1.0.1", "loader.js": "^4.0.1" } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm getting a deprecation warning after installing
ember-cli-asset-sizes-shim
.DEPRECATION: EmberApp.concatFiles() is deprecated. Please use the
broccoli-concatmodule directly.
Here's my package.json
The text was updated successfully, but these errors were encountered: