Method: Icofont::Paths.output_css_file_path
- Defined in:
- lib/icofont/paths.rb
.output_css_file_path ⇒ Object
16 17 18 |
# File 'lib/icofont/paths.rb', line 16 def output_css_file_path @@output_css_path ||= File.join(output_css_path, "#{FONT_NAME}.css.erb") end |