mobify / pinny

A mobile-first content fly-in UI plugin
MIT License
23 stars 4 forks source link

Dependencies need to be updated #85

Closed dennislzf closed 9 years ago

dennislzf commented 9 years ago

In adaptivejs/assets/js/config.. If you add pinny you must also add these 3 packages in addition to those already listed in readme

'event-polyfill': '../../../bower_components/pinny/src/js/utils/event-polyfil', 'velocity': '../../../bower_components/mobify-velocity/velocity.min', 'isChildOf': '../../../bower_components/selector-utils/src/selector/isChildOf',

@tedtate

vmarta commented 9 years ago

:+1: Yess, I came across this issue in the readme today. The example's config is actually more correct than the one listed in the readme.