Skip to content

Instantly share code, notes, and snippets.

@kylerush
Created September 16, 2014 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kylerush/d5be71301a1413d32bff to your computer and use it in GitHub Desktop.
Save kylerush/d5be71301a1413d32bff to your computer and use it in GitHub Desktop.
Localization
lacalize: {
germany: {
options: {
exclude_files: ['website/usa/pages/**/*.html'],
exclude_yfm: 'germany'
}
source: 'website/usa',
dest: 'website/germany'
},
france: {
options: {
exclude_files: ['website/usa/pages/**/*.html'],
exclude_yfm: 'france'
}
source: 'website/usa',
dest: 'website/france'
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment