Sha256: 8609f3cb70a82e05c5613b8d4e69aa803dfab8feb91464892fdba1008adabdcf
Contents?: true
Size: 280 Bytes
Versions: 1
Compression:
Stored size: 280 Bytes
Contents
# frozen_string_literal: true module Kitabu class Exporter class CSS < Base attr_reader :root_dir def export FileUtils.cp_r( root_dir.join("templates/styles").to_s, root_dir.join("output").to_s ) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kitabu-3.0.2 | lib/kitabu/exporter/css.rb |