Class: MinimizeHera
- Inherits:
-
Object
- Object
- MinimizeHera
- Defined in:
- lib/hera/minimize_hera.rb
Instance Method Summary collapse
-
#initialize ⇒ MinimizeHera
constructor
A new instance of MinimizeHera.
Constructor Details
#initialize ⇒ MinimizeHera
Returns a new instance of MinimizeHera.
4 5 6 7 8 9 10 |
# File 'lib/hera/minimize_hera.rb', line 4 def initialize puts "Hera will minimize your css and js scripts." system "jammit -o _public/assets -c _assets.yml" puts "Your production assets are now minimized." end |