Skip to:
Content

bbPress.org

Ticket #2542: 2542.15.diff

File 2542.15.diff, 521 bytes (added by netweb, 10 years ago)
  • Gruntfile.js

     
    3030                '!.jshintrc',
    3131                '!.travis.yml',
    3232                'node_modules/**',
     33                '!**/*.scss',
    3334
    3435                // And these from .gitignore
    3536                '!**/.{svn,git}/**',
     
    7273                                                dest: BUILD_DIR,
    7374                                                dot: true,
    7475                                                expand: true,
    75                                                 src: [ '!**/.{svn,git}/**', '**' ]
     76                                                src: [ '!**/.{svn,git}/**', '**', [ BBP_EXCLUDED_FILES ] ]
    7677                                        }
    7778                                ]
    7879                        },