Commit 6dff03aae9dc760221f8718d7ee85c3954b485d7
1 parent
75d09d56
Exists in
master
and in
22 other branches
ActionItem918: copying the default theme
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
Rakefile.pkg
| ... | ... | @@ -27,6 +27,7 @@ Rake::PackageTask.new(Noosfero::PROJECT, Noosfero::VERSION) do |p| |
| 27 | 27 | p.package_files.include('po/*/noosfero.po') |
| 28 | 28 | p.package_files.include('po/noosfero.pot') |
| 29 | 29 | p.package_files.include('public/designs/**/*') |
| 30 | + p.package_files.include('public/designs/themes/default/**/*') | |
| 30 | 31 | p.package_files.include('public/dispatch.*') |
| 31 | 32 | p.package_files.include('public/favicon.ico') |
| 32 | 33 | p.package_files.include('public/*.html') | ... | ... |