jhilden / jquery-ui-sass-rails

jQuery UI stylesheets packed as Sass files for the Rails 3.1+ asset pipeline
Other
45 stars 28 forks source link

removing unnecessary css.scss for deprecation warnings #12

Closed cweilemann closed 9 years ago

cweilemann commented 9 years ago

The latest version of sass-rails deprecates .css.scss files. This pull request removes the extra .css extension in the gem's stylesheet filenames, thus eliminating the deprecation warning.

jhilden commented 9 years ago

the fix definitely makes sense, but instead of just manually renaming the file extensions, actually the rake task (https://github.com/jhilden/jquery-ui-sass-rails/blob/master/Rakefile) that creates the assets would need to be changed.

But since it is still an improvement and since I'm not actively maintaining this gem anymore I will just merge the PR anyway.