mirror of
https://gh.wpcy.net/https://github.com/buddypress/buddypress.git
synced 2026-05-31 05:04:29 +08:00
With the new version of JSHint, `jquery-scroll-to.js` reports errors relating to unused functions. For now, add this legacy script to the ignore list so that the Grunt build tasks pass. Fixes #6266, props netweb git-svn-id: https://buddypress.svn.wordpress.org/trunk@9566 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
9 lines
225 B
Text
9 lines
225 B
Text
// Deprecated
|
|
src/bp-forums/bbpress/**/*
|
|
src/bp-core/deprecated/js/**/*
|
|
|
|
// 3rd party libraries
|
|
src/bp-core/js/jquery.atwho.js
|
|
src/bp-core/js/jquery.caret.js
|
|
src/bp-core/js/jquery-cookie.js
|
|
src/bp-core/js/jquery-scroll-to.js
|