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

tonyarnold/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 git@github.com: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 76.9%
  • HTML 14.7%
  • CSS 7.0%
  • PHP 0.8%
  • JavaScript 0.6%
  • Shell 0.0%