mirror of
https://gh.wpcy.net/https://github.com/buddypress/buddypress.git
synced 2026-05-30 04:43:58 +08:00
- The `makepot` task is now using the WP CLI `wp i18n make-pot` command. - Exclude JavaScript Files generated by Parcel/Babel from `jsvalidate`, `jshint` & `uglify` tasks. - Add new tasks to build & minify BP Blocks files. See #8048 git-svn-id: https://buddypress.svn.wordpress.org/trunk@12574 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
9 lines
227 B
Text
9 lines
227 B
Text
// 3rd party libraries
|
|
src/bp-core/js/vendor/**/*
|
|
src/bp-messages/js/autocomplete/*
|
|
|
|
// Blocks Scripts
|
|
src/**/js/blocks/*.js
|
|
src/**/js/block-components/*.js
|
|
src/**/js/block-components/**/*.js
|
|
src/bp-core/js/block-components.js
|