lib/incloudr.rb in capucine-0.0.2 vs lib/incloudr.rb in capucine-0.0.4

- old
+ new

@@ -23,26 +23,19 @@ output_file_min = File.join out, base.gsub('.js', '.min.js') FileUtils.mkdir_p out if not File.exist?(out) content = "" - # content_min = "" files.each do |js_file| extended = File.join s.working_dir, js_file content << File.read(extended) if File.exist?(extended) end f = File.open(output_file, 'w') f.write('') f.write(content) f.close - - # f2 = File.open(output_file_min, 'w') - # f2.write('') - # f2.write(content_min) - # f2.close - end # def self.lib_root # return "http://dln.name/" # end