I am receiving the following error when trying to use your plugin:
Uncaught ReferenceError: pikadayResponsive is not defined
I have ensured that the library is properly loaded, as well as all dependencies.
I have used bower_components/pikaday-responsive/dist/pikaday-package.js, as well as the individual packages from Pikaday, moment, etc. Nothing seems to get this plugin to work.
Here is what I'm currently importing, which doesn't seem to register a global pickadayResponsive object on the window.
app.import('bower_components/pikaday-responsive/dist/dependencies/pikaday-responsive-modernizr.js');
app.import('bower_components/pikaday-responsive/dist/dependencies/pikaday.css');
app.import('bower_components/pikaday-responsive/dist/pikaday-responsive.css');
app.import('bower_components/pikaday-responsive/dist/dependencies/pikaday.min.js');
app.import('bower_components/pikaday-responsive/dist/pikaday-responsive.min.js');
Any thoughts? I can get Pikaday to work on it's own, just not with this plugin.
I am receiving the following error when trying to use your plugin:
Uncaught ReferenceError: pikadayResponsive is not definedI have ensured that the library is properly loaded, as well as all dependencies.
I have used
bower_components/pikaday-responsive/dist/pikaday-package.js, as well as the individual packages from Pikaday, moment, etc. Nothing seems to get this plugin to work.Here is what I'm currently importing, which doesn't seem to register a global
pickadayResponsiveobject on the window.Any thoughts? I can get Pikaday to work on it's own, just not with this plugin.