Skip to content

Commit

Permalink
adding to the gruntfile
Browse files Browse the repository at this point in the history
  • Loading branch information
davichaves committed Nov 28, 2016
1 parent a318284 commit 8e3e286
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ module.exports = function(grunt) {
},
dest: 'dist/lang/pl.js'
},
ptLang: {
src: [],
options: {
require: ['./src/lang/pt:./lang/pt']
},
dest: 'dist/lang/pt.js'
},
jaLang: {
src: [],
options: {
Expand Down

0 comments on commit 8e3e286

Please sign in to comment.