Sha256: a9b79baefb076375fb8a34ca0fcfdf8a4a8c0932adb158609a1caa2f9e7afcdc
Contents?: true
Size: 435 Bytes
Versions: 4
Compression:
Stored size: 435 Bytes
Contents
# -*- encoding : utf-8 -*- class BootstrapCleanup < Cardio::Migration::Transform def up delete_code_card :bootstrap_breakpoints delete_code_card :bootstrap_variables delete_code_card :bootstrap_mixins Card.ensure name: "script: bootstrap", codename: "script_bootstrap" return unless (card = Card.fetch :all, :script) card.drop_item! "script: bootstrap" card.drop_item! "script: jquery helper" end end
Version data entries
4 entries across 4 versions & 1 rubygems