sheerun / bowered

Bower client that integrates with Sprockets
MIT License
2 stars 0 forks source link

Components resolvers #9

Open sheerun opened 10 years ago

sheerun commented 10 years ago

This is meta-issue regarding components resolved.

We need to support all bower resolvers:

All resolvers could have form:

class Resolver
  # @param source [String] the source location
  # @param destination [Pathname] where to save component
  def call(source, destination)
  end
end

Questions:

  1. How to handle logging
  2. How to handle testing