Skip to content

Commit

Permalink
Account for change in sizzle bower dist dir layout
Browse files Browse the repository at this point in the history
  • Loading branch information
briancavalier committed Jul 28, 2013
1 parent 312fe0d commit 15600d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
addPackage({ name: 'meld', location: 'components/meld' });
addPackage({ name: 'when', location: 'components/when' });
addPackage({ name: 'poly', location: 'components/poly' });
addPackage({ name: 'sizzle', location: 'components/sizzle' });
addPackage({ name: 'sizzle', location: 'components/sizzle/dist' });
addPackage({ name: 'dojo', location: 'components/dojo', main: 'main' });
addPackage({ name: 'dijit', location: 'components/dijit' });
addPackage({ name: 'jquery', location: 'components/jquery', main: 'jquery' });
Expand Down

0 comments on commit 15600d6

Please sign in to comment.