Skip to:
Content

BuddyPress.org

Changeset 12574 for trunk/.jshintignore


Ignore:
Timestamp:
03/25/2020 05:52:59 AM (6 years ago)
Author:
imath
Message:

Update Grunt tasks & .gitignore to match BP Blocks needs

  • 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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.jshintignore

    r11763 r12574  
    22src/bp-core/js/vendor/**/*
    33src/bp-messages/js/autocomplete/*
     4
     5// Blocks Scripts
     6src/**/js/blocks/*.js
     7src/**/js/block-components/*.js
     8src/**/js/block-components/**/*.js
     9src/bp-core/js/block-components.js
Note: See TracChangeset for help on using the changeset viewer.