middlesite

Gem containing tasks to build, release and deploy your Middleman site.

Installation

$ gem install middlesite

Usage

The following tasks are available trough the command line.

Commands:

Development

When developing you can use the given rake tasks:

$ rake -T
rake build    # Build middlesite-0.1.1.gem into the pkg directory.
rake install  # Build and install middlesite-0.1.1.gem into system gems.
rake release  # Create tag v0.1.1 and build and push middlesite-0.1.1.gem to Rubygems```

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

Copyright (c) 2013 franklin under the MIT license.