lib/app_drone/drones/stylesheet/stylesheet.rb in app_drone-0.3.4 vs lib/app_drone/drones/stylesheet/stylesheet.rb in app_drone-0.4.0

- old
+ new

@@ -1,7 +1,8 @@ module AppDrone class Stylesheet < Drone desc "Generates application.css.sass with manifest options and imports" + category :base depends_on :bundle attr_accessor :pipeline_requires, :imports def pipeline(r); self.pipeline_requires << r end def import(i); self.imports << i end