Update copyright task exclude paths (.html)

[ci skip]

Signed-off-by: Alex Coles <alex@alexbcoles.com>
pull/2885/head
Alex Coles 10 years ago
parent 5ae4b07493
commit 32516d373e
  1. 11
      lib/tasks/copyright.rake

@ -242,7 +242,16 @@ namespace :copyright do
desc 'Update the copyright on .html source files'
task :update_html, :arg1 do |_task, args|
excluded = []
excluded = [
'coverage',
'frontend/app/templates/',
'frontend/bower_components',
'frontend/coverage',
'frontend/node_modules',
'frontend/tests/integration/mocks/',
'frontend/tmp',
'frontend/vendor'
]
rewrite_copyright('html', excluded, :html, args[:arg1])
end

Loading…
Cancel
Save