realcrowd / angularjs-utilities

Hopefully useful directives, providers, filters, etc for AngularJS
Other
199 stars 50 forks source link

Reference Files in bower.json #16

Open nairys opened 9 years ago

nairys commented 9 years ago

Thanks for making this available through bower. However, can you please add the following to bower.json?

"main": [ "src/directives/rcSubmit.js", "src/directives/rcVerifySet.js", "src/modules/rcDisabled.js", "src/modules/rcForm.js", "src/modules/rcMailgun.js", "src/modules/rcWizard.js" ],

When we use build tools like Grunt, etc., they look for the "main" property to figure out which files are needed and where they're located.

nairys commented 9 years ago

created a PR for convenience - https://github.com/realcrowd/angularjs-utilities/pull/17