Skip to content
This repository has been archived by the owner on Feb 15, 2018. It is now read-only.

Backbone Boilerplate support for Middleman 3.0

License

Notifications You must be signed in to change notification settings

middleman/middleman-backbone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

middleman-backbone

middleman-backbone is an extension for the Middleman static site generator that adds support for the Backbone Boilerplate project.

Install

If you're just getting started, install the middleman and middleman-backbone gems and generate a new project:

gem install middleman
gem install middleman-backbone
middleman init --template backbone

Community

The official community forum is available at:

http://forum.middlemanapp.com/

Bug Reports

GitHub Issues are used for managing bug reports and feature requests. If you run into issues, please search the issues and submit new problems:

https://github.com/middleman/middleman-backbone/issues

The best way to get quick responses to your issues and swift fixes to your bugs is to submit detailed bug reports, include test cases and respond to developer questions in a timely manner. Even better, if you know Ruby, you can submit Pull Requests containing Cucumber Features which describe how your feature should work or exploit the bug you are submitting.

How to Run Cucumber Tests

  1. Checkout Repository: git clone https://github.com/middleman/middleman-backbone.git
  2. Install Bundler: gem install bundler
  3. Run bundle install inside the project root to install the gem dependencies.
  4. Run test cases: bundle exec rake test

Donate

Click here to lend your support to Middleman

License

Copyright (c) 2012 Thomas Reynolds. MIT Licensed, see LICENSE for details.

About

Backbone Boilerplate support for Middleman 3.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published