Sha256: e43f9e473befe69b20fb7136a6f1e917d30e47e74c6d934873609b7b8831622c

Contents?: true

Size: 273 Bytes

Versions: 11

Compression:

Stored size: 273 Bytes

Contents

require 'sass'

sass_engine = Sass::Engine.new(template, {syntax: :scss, filename: 'cool.css.scss', sourcemap: true}) ; output =
sass_engine.render_with_sourcemap('/source_maps/')

puts a[1].to_json(:css_path => '/cool.css', :sourcemap_path => '/source_maps/cool.css.map')

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
volt-0.7.10 lib/volt/assets/test.rb
volt-0.7.9 lib/volt/assets/test.rb
volt-0.7.8 lib/volt/assets/test.rb
volt-0.7.7 lib/volt/assets/test.rb
volt-0.7.6 lib/volt/assets/test.rb
volt-0.7.5 lib/volt/assets/test.rb
volt-0.7.4 lib/volt/assets/test.rb
volt-0.7.3 lib/volt/assets/test.rb
volt-0.7.2 lib/volt/assets/test.rb
volt-0.7.1 lib/volt/assets/test.rb
volt-0.7.0 lib/volt/assets/test.rb