Skip to content

Commit

Permalink
run plugins/cleanupIDs before plugins/collapseGroups (fix svg#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsweet committed Dec 23, 2012
1 parent 2cc8296 commit c935277
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .svgo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,13 @@ plugins:
active: true
type: perItemReverse

- name: cleanupIDs
active: true
type: full
params:
remove: true
minify: true

- name: collapseGroups
active: true
type: perItemReverse
Expand All @@ -152,13 +159,6 @@ plugins:
active: true
type: full

- name: cleanupIDs
active: true
type: full
params:
remove: true
minify: true

svg2js:

strict: true
Expand Down

0 comments on commit c935277

Please sign in to comment.