how to install jquery plugin in grails -
i want use jquery in project. that's why trying install following command intellij >>>
install-plugin jquery and when command run gives following message >>>
failed install plugin [jquery-1.7.1]. plugin has missing jar dependencies. i have no idea how fix it. can please me on this.
instead of using install-plugin can add plugin build config. in build config there should plugins closure update looks similar following (don't remove plugins there).
plugins { runtime ":jquery:1.8.3" }
Comments
Post a Comment