Sha256: ef4d2848eefbdf2adec44a999bddd385b26b27467d72b9e1d1bdbbab3dbfb6be

Contents?: true

Size: 267 Bytes

Versions: 1

Compression:

Stored size: 267 Bytes

Contents

add_bridgetown_plugin "bulmatown"
add_bridgetown_plugin "bridgetown-quick-search"
add_yarn_for_gem "bulmatown"

require 'fileutils'

unless Dir.exist? "frontend/fonts"
  FileUtils.mkdir_p "frontend/fonts"
end

run "cp node_modules/fork-awesome/fonts/* frontend/fonts"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bulmatown-1.0.0 bridgetown.automation.rb