Skip to content

Instantly share code, notes, and snippets.

@rubenv
Created March 24, 2014 20:03
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 rubenv/9747901 to your computer and use it in GitHub Desktop.
Save rubenv/9747901 to your computer and use it in GitHub Desktop.
grunt.initConfig({
nggettext_extract: {
pot: {
options: {
extensions: {
aspx: 'html',
js: 'js'
}
},
files: {
'po/template.pot': ['src/views/*.aspx']
}
},
},
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment