lib/generators/faalis/templates/i18n/Gruntfile.js.erb in faalis-1.0.0.alpha1 vs lib/generators/faalis/templates/i18n/Gruntfile.js.erb in faalis-1.0.0.alpha2
- old
+ new
@@ -1,11 +1,11 @@
module.exports = function (grunt) {
grunt.initConfig({
nggettext_extract: {
pot: {
files: {
- 'app/assets/locales/templates.pot': ['app/views/angularjs_templates/**/*.html',
- 'app/views/angularjs_templates/**/*.html.erb',
+ 'app/assets/locales/templates.pot': ['app/views/angular/**/*.html',
+ 'app/views/angular/**/*.html.erb',
'app/assets/javascripts/**/*.js',
'app/assets/javascripts/**/*.js',
'app/assets/javascripts/**/*.coffee',
'app/assets/javascripts/**/*.coffee.erb']
}