sheerun / bowered

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

Bower.json generation #3

Open sheerun opened 10 years ago

sheerun commented 10 years ago

I think it's pretty complex on itself and should extracted from #2.

The output of this task is:

class BowerjsonGenerator
  # @param manifest [Hash] generated by BowerfileInterpreter
  # @return [Hash] the bower.json consumed by bower in hash format
  def call(manifest)
  end
end

The output of this generator is consumed by LockfileGenerator.