updated folder array
This commit is contained in:
parent
85c68442b4
commit
aff81215d4
1 changed files with 1 additions and 2 deletions
|
@ -50,8 +50,7 @@ def checkForHeader(fileName)
|
|||
end
|
||||
|
||||
#folder array
|
||||
#folder = ['app/assets/javascripts/app','app/controllers/', 'app/models/', 'app/helpers/', 'app/mailers/' ]
|
||||
folder = ['script']
|
||||
folder = ['app/assets/javascripts/app','app/controllers/', 'app/models/', 'app/helpers/', 'app/mailers/' ]
|
||||
folder.each do |folder|
|
||||
puts 'Working on folder' + folder.to_s
|
||||
rbfiles = File.join("../#{folder}**", "*.{rb,coffee}")
|
||||
|
|
Loading…
Reference in a new issue