Skip to:
Content

BuddyPress.org

Changeset 13465


Ignore:
Timestamp:
04/29/2023 09:09:47 AM (20 months ago)
Author:
imath
Message:

Build/tests: add built blocks CSS files to excluded CSS in Grunt tasks

See #8457

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gruntfile.js

    r13462 r13465  
    1111        // CSS exclusions, for excluding files from certain tasks, e.g. rtlcss
    1212        BP_EXCLUDED_CSS = [
    13             '!**/*-rtl.css'
     13            '!**/*-rtl.css',
     14            '!**/blocks/*/index.css'
    1415        ],
    1516
Note: See TracChangeset for help on using the changeset viewer.