Skip to content

clevercode/jellybean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jellybean

Its the UI framework of the future!

Installation

  1. Add to the Gemfile

     gem 'jellybean', :git => '[email protected]/clevercode/jellybean.git'
    
  2. Add to your Compass config

     # in config/compass.rb
     require 'jellybean'
    
  3. Use it!

     # in your layout file
    
     javascript_include_tag 'underscore', 'jellybean', 'application'
    
     # in your sass stylesheet:
    
     @import jellybean
    

Tests

The test suite uses the Jasmine framework.

To run the tests:

# At your terminal
bundle exec gaurd

# In another terminal
bundle exec rake jasmine

The test suite runs at http://localhost:8888

About

The UI framework of the future.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published