Class: Card::FileCardCreator::StyleCard
- Inherits:
-
AbstractFileCard
- Object
- AbstractFileCard
- Card::FileCardCreator::StyleCard
- Defined in:
- lib/card/tasks/card/file_card_creator/style_card.rb
Overview
Move css or scss from the card database to a file. It generates three files:
- a migration file that ensures the card has a codename and adds it to the style rule card.
- a style file with the source code
- a ruby file (=code rule) that ties the style file to the card
Method Summary
Methods inherited from AbstractFileCard
#category, #create, #initialize, valid_type?
Methods included from AbstractFileCard::RubyFile
Methods included from AbstractFileCard::MigrationFile
Methods included from AbstractFileCard::SourceFile
Methods included from OutputHelper
#color_puts, #log_file_action, #write_at, #write_to_mod
Constructor Details
This class inherits a constructor from Card::FileCardCreator::AbstractFileCard