Skip to content

Commit

Permalink
run autoprefix before asset fingerprinting
Browse files Browse the repository at this point in the history
Addressing #38
  • Loading branch information
cbrevdev committed Sep 8, 2017
1 parent 739e7ba commit 966ae5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -57,6 +57,7 @@
"lodash": "^4.0.0"
},
"ember-addon": {
"configPath": "tests/dummy/config"
"configPath": "tests/dummy/config",
"before": "broccoli-asset-rev"
}
}

0 comments on commit 966ae5d

Please sign in to comment.