[#369] fix angular_templates.ignore_prefix

This commit is contained in:
Alexander Machehin 2015-02-03 07:41:51 +05:00
parent ad57ea6918
commit 8e32a63cec
1 changed files with 1 additions and 1 deletions

View File

@ -61,6 +61,6 @@ module Rosa
config.log_redis = false config.log_redis = false
config.angular_templates.ignore_prefix = 'angular-new/templates/' config.angular_templates.ignore_prefix = 'angularjs/templates/'
end end
end end