Class: PartialCompiler::FileCopier
- Inherits:
-
Object
- Object
- PartialCompiler::FileCopier
- Defined in:
- lib/partial_compiler/file_copier.rb
Class Method Summary collapse
Class Method Details
.create_files ⇒ Object
5 6 7 8 9 10 11 12 |
# File 'lib/partial_compiler/file_copier.rb', line 5 def self.create_files files_to_compile = [] find_files_by_extension.each do |file| compiled_file_path = find_compiled_file(file) files_to_compile << compiled_file_path end files_to_compile end |