Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheton Wu (RD-TW) committed Mar 25, 2015
2 parents a4e9e38 + 445697d commit 94f55f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "i18next-scanner",
"version": "0.5.2",
"version": "0.5.3",
"description": "i18next-scanner is a transfrom stream that can scan your code, extract translation keys/values, and merge them into i18n resource files.",
"homepage": "https://github.com/cheton/i18next-scanner",
"author": "Cheton Wu <cheton@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion tasks/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = function(grunt) {
targets.forEach(function(target) {
vfs.src(target.files || target.src, {base: target.base || '.'})
.pipe(i18next(options, target.customTransform, target.customFlush))
.pipe(vfs.dest(target.dest))
.pipe(vfs.dest(target.dest || '.'))
.on('end', function() {
done();
});
Expand Down

0 comments on commit 94f55f3

Please sign in to comment.