Skip to content

bower install keyboard and then grunt build cause "keyboard is not a funtion" error #418

Description

@yangyili

when I bower install keyboard, it creates jquery.keyboard.min.js; I use requirejs in my project; then I execute "grunt build " minify project; the "jquery.keyboard.min.js" file was concat the require main.js file, and the main.js was minified too. I guess the error was caused by jquery.keyboard.min.js was repeat minifyed
how I get the jquery.keyboard.js by bower install keyboard?
thank you very much!
the error: "typeError: $(...).keyboard is not a function"; when I call keyboard function on jquery object

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions