Skip to content
This repository has been archived by the owner on Aug 30, 2019. It is now read-only.

Latest commit

 

History

History
12 lines (12 loc) · 730 Bytes

TODO.rdoc

File metadata and controls

12 lines (12 loc) · 730 Bytes
  • Write tests

  • Remove dependency on Jammit - Fingerjam can still be used to some extent without Jammit

  • If not using Jammit, hook into Rails’ stylesheet parser to rewrite background(url: …)

  • If not using Jammit, hook into Rails’ cache parameter for javascripts and stylesheets

  • Allow more specific exclusions or inclusions of files to package and upload

  • Investigate alternate upload methods, eg rsync, S3

  • Allow user-configurable extensions

  • Write a generator to add assets.lock.yml to .gitignore

  • Write examples

  • Extend or alias, rather than override, Rails and Jammit helper methods

  • Support alternate methods of retrieving a list of hashes than a lockfile

  • Refactor Fingerjam::Base into logically separate classes