Skip to content

Commit

Permalink
Add i18n config value and update build submodule.
Browse files Browse the repository at this point in the history
  • Loading branch information
braamgenis committed Dec 29, 2018
1 parent c044e5a commit d38d2e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build
Submodule build updated 3 files
+5 −3 gulpfile.js
+2,755 −2,243 package-lock.json
+17 −17 package.json
9 changes: 8 additions & 1 deletion build-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,12 @@ module.exports = {
'!package.json', // Not the package.json file.
'!package-lock.json' // Not the package-lock.json file.
]
}
},
i18n: {
src: [
'**/*.php', // All the PHP files.
'!tmp/**/*.php', // Ignore tmp/ and contents
'!dist/**/*.php' // Ignore dist/ and contents
],
},
};

0 comments on commit d38d2e1

Please sign in to comment.