Sha256: 502b6a300a0d0d608782d23443e0f45bc2fe6cd67521001b9a786e4f54bd31b8
Contents?: true
Size: 394 Bytes
Versions: 12
Compression:
Stored size: 394 Bytes
Contents
# ---------------------------------------------------------------------------- # Frozen-string-literal: true # Copyright: 2012 - 2016 - MIT License # Encoding: utf-8 # ---------------------------------------------------------------------------- Jekyll::Hooks.register :site, :post_write do |jekyll| if jekyll.sprockets.asset_config["autowrite"] then jekyll.sprockets.write_all end end
Version data entries
12 entries across 12 versions & 1 rubygems