Sha256: 021fd2bffed5ff3b0f12e8c400ca0e7f509e1cd02cc30a444065adc97f2eb36d
Contents?: true
Size: 929 Bytes
Versions: 7
Compression:
Stored size: 929 Bytes
Contents
http://semantic.gs/ # Usage in Rails To see this gem in action - - create a new Rails or greater project - add this to the gemfile: gem "semantic-rails" - bundle - add that above code snippet to a file: app/assets/stylesheets/layout.css.scss - fire up the rails app - use curl from a shell to grab the file: curl http://locahost:3000/assets/layout.css # Versioning Semantics Since this is simply packaging up an existing asset, I will use the version number of the asset I'm packaging, adding a least significant digit for any modifications to this gem, for things like documentation, dependencies, etc. # License The original asset is licensed under the Apache License, and that has been included in the vendor/assets/stylesheets directory as to be as close as possible to the original licensed work. # Thanks Thanks to Tyler Tate. I'm just packaging his work up here in a format that plugs into Rails.
Version data entries
7 entries across 7 versions & 1 rubygems