Skip to content

The hammer compilation gem. Check out the "v2" branch for the latest.

License

Notifications You must be signed in to change notification settings

jakefreeberg/hammer-gem

 
 

Repository files navigation

Hammer.rb

Hammer.rb is the hammer compilation gem. Check out the "v2" branch for the latest.

How it works

  @build = Hammer::Build.new(
    :input_directory => @input_directory,
    :output_directory => Dir.mktmpdir(),
    :cache_directory => Dir.mktmpdir()
  )
  @build.compile()

Build status

To use it:

  $ git clone [email protected]:RiotHQ/hammer-gem.git
  $ cd hammer-gem
  $ bundle install
  $ bundle exec rake use

About

The hammer compilation gem. Check out the "v2" branch for the latest.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 90.3%
  • CSS 8.2%
  • Other 1.5%