Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chetan/sprockets-font_compressor
https://github.com/chetan/sprockets-font_compressor
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chetan/sprockets-font_compressor
- Owner: chetan
- License: mit
- Created: 2013-06-03T23:50:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-18T18:59:52.000Z (over 9 years ago)
- Last Synced: 2024-10-19T03:44:50.499Z (2 months ago)
- Language: Ruby
- Size: 168 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# sprockets-font_compressor
Quick and dirty monkeypatch to enable precompression of Web Font related assets
Filetypes added to compression list:
otf, eot, svg, ttf, woff## Compatibility
###Rails 3.2.x:
```ruby
gem 'sprockets-font_compressor', '~> 1.0.0'
```### Rails 4.x:
```ruby
gem 'sprockets-font_compressor', '~> 1.1.0', :require => false
```and in ``lib/tasks/assets.rake``:
```ruby
require 'sprockets-font_compressor'
```## Contributing to sprockets-font_compressor
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
* Fork the project.
* Start a feature/bugfix branch.
* Commit and push until you are happy with your contribution.
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.## Copyright
Copyright (c) 2013 Chetan Sarva. See LICENSE.txt for
further details.