Sha256: 58c47f1b069e6f3039fe4bac4b5d18325dbbab8db66c642c6a5b875cadd5cbd5
Contents?: true
Size: 680 Bytes
Versions: 8
Compression:
Stored size: 680 Bytes
Contents
# ------------------------------------------------------------------------------ # ~/Rakefile (production) # This file is used to precompile the Jekyll site for deployments # on Heroku. # # Product/Info: # https://jekyll.one # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/j1_template/blob/master/LICENSE # # ------------------------------------------------------------------------------ # NOTE: # This Rakefile config is used for PRODUCTION only. # ------------------------------------------------------------------------------ task "assets:precompile" do exec("bundle exec jekyll build") end
Version data entries
8 entries across 8 versions & 1 rubygems