Open skamansam opened 9 years ago
Should specify dependencies and provisions.
Probably just add a param to Plugin.add_* methods that takes a hash, like so:
Plugin.add_*
dependencies = { depends: { jquery: '~>2.0' }, provides: { 'angular': '1.3' } Plugin.add_action('add_js', 'posts', "Angular", 'get_js',0,dependencies)
Should specify dependencies and provisions.
Probably just add a param to
Plugin.add_*
methods that takes a hash, like so: