Sha256: e1b1bd2442a3f6552e3536cb9aff38d4931d518592d93f043a416745751cd1fe

Contents?: true

Size: 371 Bytes

Versions: 2

Compression:

Stored size: 371 Bytes

Contents

@css_asset_path = File.join %w(app assets stylesheets application.css)
@generator.remove_file(@css_asset_path)
@sass_asset_path = File.join %w(app assets stylesheets application.css.scss)
@generator.create_file @sass_asset_path, <<-SASS
/*
<% requires.each { |r| %>/*= require <%= r %>
<% } %>/*= require_self
*/

<% imports.each { |i| %>@import '<%= i %>';
<% } %>
SASS

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
app_drone-0.1.0 lib/app_drone/drones/stylesheet/application_sass.erb
app_drone-0.1.0 lib/app_drone/drones/stylesheet/application_sass.erb~