Skip to content

Commit

Permalink
Don't include .md files in the final zip
Browse files Browse the repository at this point in the history
  • Loading branch information
bfintal committed Sep 24, 2015
1 parent a7963eb commit 01b58e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ var url = 'local.wordpress.dev',
unitTestDatabase = 'wordpress_unit_tests',
performUnitTestEvery = 5, // every N calls
buildInclude = [
'./*.+(txt|php|md)', // All files in the root
'./*.+(txt|php)', // All files in the root
'languages/*.+(po|mo|pot)', // Translation files
'lib/**/*', // Include files
'inc/**/*', // Include files
Expand Down

0 comments on commit 01b58e4

Please sign in to comment.