Skip to content

Commit

Permalink
Build Languages: Don't exclude minileven.
Browse files Browse the repository at this point in the history
  • Loading branch information
georgestephanis committed May 12, 2014
1 parent 8a09c0e commit 3f2b34c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ module.exports = function(grunt) {
options: {
domainPath: '/languages',
exclude: [
'modules/minileven',
'node_modules',
'tests',
'tools'
Expand All @@ -96,7 +95,6 @@ module.exports = function(grunt) {
src: [
'*.php',
'**/*.php',
'!modules/minileven/**',
'!node_modules/**',
'!tests/**',
'!tools/**'
Expand Down

0 comments on commit 3f2b34c

Please sign in to comment.