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.
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.