Sha256: b3596fb9a2eeb547703abfe7330d393435ab1f552da1743507eace75f7613b4f
Contents?: true
Size: 226 Bytes
Versions: 10
Compression:
Stored size: 226 Bytes
Contents
# frozen_string_literal: true desc "Sources are pre-processed into the single #{GPP_FILE}" file GPP_FILE => [GPP_DIR, DIRTY_FILE] + SOURCE_FILES do |target| sh %(gpp -I src -x -o #{target} #{SOURCE_DIR}/index.markdown) end
Version data entries
10 entries across 10 versions & 1 rubygems