Skip to content

Commit

Permalink
Make sure the addon runs before broccoli-asset-rev
Browse files Browse the repository at this point in the history
  • Loading branch information
jkarsrud committed Jan 27, 2015
1 parent 36c87c6 commit 2b98cf3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-uglify",
"version": "1.0.0",
"version": "1.0.1",
"description": "JavaScript minification for Ember-CLI",
"scripts": {
"start": "ember server",
Expand All @@ -19,6 +19,9 @@
"keywords": [
"ember-addon"
],
"ember-addon": {
"before": "broccoli-asset-rev"
},
"dependencies": {
"broccoli-uglify-sourcemap": "^0.2.1"
}
Expand Down

0 comments on commit 2b98cf3

Please sign in to comment.