mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
7 lines
108 B
Ruby
7 lines
108 B
Ruby
# frozen_string_literal: true
|
|
|
|
set :fonts_dir, 'fonts'
|
|
|
|
configure :build do
|
|
activate :relative_assets
|
|
end
|