Sha256: a7ef99dd421a7bfdedf1687a91f1a9bdcb6bfb9cd75af730b242512ee3ebaebe
Contents?: true
Size: 431 Bytes
Versions: 9
Compression:
Stored size: 431 Bytes
Contents
# -*- encoding : utf-8 -*- class BootstrapCleanup < Cardio::Migration::Core 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" if (card = Card.fetch(:all, :script)) card.drop_item! "script: bootstrap" card.drop_item! "script: jquery helper" end end end
Version data entries
9 entries across 9 versions & 1 rubygems