From 3284f61da98ec8d894c3b345c163b2c01d12699d Mon Sep 17 00:00:00 2001 From: Chris Byrne Date: Fri, 8 Sep 2017 10:15:39 -0700 Subject: [PATCH] run autoprefix before asset fingerprinting Addressing https://github.com/kimroen/ember-cli-autoprefixer/issues/38 --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d871c04..eaa6073 100644 --- a/package.json +++ b/package.json @@ -57,6 +57,10 @@ "lodash": "^4.0.0" }, "ember-addon": { - "configPath": "tests/dummy/config" + "configPath": "tests/dummy/config", + "before": [ + "broccoli-asset-rev", + "ember-cli-sri" + ] } }