Commit fbbba5cb74fa31ef4a11d23a9a92c55591641026
1 parent
9fe54f9e
Exists in
master
and in
29 other branches
ActionItem1190: include error page templates in tarball
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
Rakefile.pkg
... | ... | @@ -34,6 +34,7 @@ Rake::PackageTask.new(Noosfero::PROJECT, Noosfero::VERSION) do |p| |
34 | 34 | p.package_files.include('public/dispatch.*') |
35 | 35 | p.package_files.include('public/favicon.ico') |
36 | 36 | p.package_files.include('public/*.html') |
37 | + p.package_files.include('public/*.html.erb') | |
37 | 38 | p.package_files.include('public/images/**/*') |
38 | 39 | p.package_files.include('public/javascripts/**/*') |
39 | 40 | p.package_files.include('public/robots.txt') | ... | ... |