documentcloud / jammit

Industrial Strength Asset Packaging for Rails
http://documentcloud.github.com/jammit/
MIT License
1.16k stars 197 forks source link

fix for using 'sass' css compressor #236

Closed ryankshaw closed 11 years ago

ryankshaw commented 12 years ago

running jammit using the 'sass' css compressor would fail because this method expects at least 2 arguments

see: http://sass-lang.com/docs/yardoc/Sass/SCSS/Parser.html#initialize-instance_method

since, at this point, it is just the combined input for all of the files in a bundle, there is no real filename i just called it 'jammit-combined-input'

ryankshaw commented 11 years ago

@jashkenas can you merge this? it's pretty simple and straightforward and makes it so using the sass compressor actually works.

jashkenas commented 11 years ago

Sure -- thanks.

ryankshaw commented 11 years ago

thanks