grunt-i18n-gspreadsheet
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -33,10 +33,9 @@ /* | ||
i18n_gspreadsheet: { | ||
custom_options: { | ||
test_config: { | ||
options: { | ||
output_dir: 'tmp', | ||
// this document key points to a test file -- https://docs.google.com/spreadsheet/ccc?key=0Araic6gTol6SdEtwb1Badl92c2tlek45OUxJZDlyN2c#gid=0 | ||
// it is public readable only. | ||
// this document key points to the test file -- see readme for more info | ||
document_key: '0Araic6gTol6SdEtwb1Badl92c2tlek45OUxJZDlyN2c' | ||
} | ||
}, | ||
} | ||
}, | ||
@@ -43,0 +42,0 @@ |
{ | ||
"name": "grunt-i18n-gspreadsheet", | ||
"description": "Grunt plugin to generate i18n locale files from a google spreadsheet", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"homepage": "https://github.com/theoephraim/grunt-i18n-gspreadsheet", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -90,6 +90,8 @@ # grunt-i18n-gspreadsheet | ||
i18n_gspreadsheet: { | ||
options: { | ||
google_account: 'my-username@google.com', | ||
google_password: 'MySuperSecretPassword', | ||
document_key: '0Araic6gTol6SdEtwb1Badl92c2tlek45OUxJZDlyN2c' | ||
my_config: { | ||
options: { | ||
google_account: 'my-username@google.com', | ||
google_password: 'MySuperSecretPassword', | ||
document_key: '0Araic6gTol6SdEtwb1Badl92c2tlek45OUxJZDlyN2c' | ||
} | ||
} | ||
@@ -96,0 +98,0 @@ }, |
@@ -41,2 +41,3 @@ /* | ||
if ( options.google_account && options.google_password ){ | ||
gsheet.setAuth( options.google_account, options.google_password, this ); | ||
@@ -49,3 +50,3 @@ } else { | ||
if ( err ){ | ||
grunt.log.error('Invalid google credentials for "' + options.google_username + '"'); | ||
grunt.log.error('Invalid google credentials for "' + options.google_account + '"'); | ||
return done( false ); | ||
@@ -52,0 +53,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
115
13877
189