grunt-static-i18n
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -64,3 +64,3 @@ /* | ||
quiet: true, | ||
captureFile: 'lcov.info' | ||
captureFile: 'coverage/lcov.info' | ||
}, | ||
@@ -73,6 +73,6 @@ src: ['coverage/test/**/*.js'] | ||
options: { | ||
debug: true, | ||
coverage_dir: 'coverage', | ||
dryRun: false, | ||
force: true | ||
}, | ||
all: { | ||
src: 'lcov.info' | ||
} | ||
@@ -79,0 +79,0 @@ }, |
{ | ||
"name": "grunt-static-i18n", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Grunt plugin to translate static assets.", | ||
@@ -24,2 +24,6 @@ "homepage": "https://github.com/beck/grunt-static-i18n", | ||
], | ||
"dependencies": { | ||
"lodash-node": "2.4.x", | ||
"node-gettext": "0.2.x" | ||
}, | ||
"devDependencies": { | ||
@@ -31,4 +35,2 @@ "grunt-contrib-clean": "0.5.x", | ||
"load-grunt-tasks": "0.3.x", | ||
"lodash-node": "2.4.x", | ||
"node-gettext": "0.2.x", | ||
"sinon": "1.8.x", | ||
@@ -39,3 +41,3 @@ "grunt-contrib-copy": "~0.5.0", | ||
"mocha-lcov-reporter": "0.0.1", | ||
"grunt-coveralls": "~0.3.0" | ||
"grunt-karma-coveralls": "~2.4.0" | ||
}, | ||
@@ -42,0 +44,0 @@ "scripts": { |
@@ -117,2 +117,6 @@ /* | ||
if (!this.files.length) { | ||
grunt.log.warn('No files provided for translation.'); | ||
} | ||
this.files.forEach(function task(file) { | ||
@@ -119,0 +123,0 @@ file.src |
Sorry, the diff of this file is not supported yet
14334
11
15
298
2
+ Addedlodash-node@2.4.x
+ Addednode-gettext@0.2.x
+ Addediconv@3.0.1(transitive)
+ Addedlodash-node@2.4.1(transitive)
+ Addednode-gettext@0.2.14(transitive)