Skip to:
Content

bbPress.org

Changeset 5308


Ignore:
Timestamp:
03/05/2014 04:28:41 PM (11 years ago)
Author:
johnjamesjacoby
Message:

Don't copy Sass files (or any other excluded files) into /build directory. Props netweb. See #2542.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gruntfile.js

    r5295 r5308  
    3131        '!.travis.yml',
    3232        'node_modules/**',
     33        '!**/*.scss',
    3334
    3435        // And these from .gitignore
     
    7374                        dot: true,
    7475                        expand: true,
    75                         src: [ '!**/.{svn,git}/**', '**' ]
     76                        src: [ '!**/.{svn,git}/**', '**', [ BBP_EXCLUDED_FILES ] ]
    7677                    }
    7778                ]
Note: See TracChangeset for help on using the changeset viewer.