Skip to content

Uncaught ReferenceError: pikadayResponsive is not defined #15

Description

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions