Skip to content

Commit

Permalink
run autoprefix before asset fingerprinting (#39)
Browse files Browse the repository at this point in the history
Addressing #38
  • Loading branch information
cbrevdev authored and kimroen committed Sep 19, 2017
1 parent 739e7ba commit 4e06762
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Expand Up @@ -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"
]
}
}

0 comments on commit 4e06762

Please sign in to comment.