/soysaucejs

Primary LanguageJavaScriptMIT LicenseMIT

Soysauce (v1.3.30)

Original Author: Edward Gaba

Soysauce is a customizable javascript widget library. Popular widgets included are carousels and accordions. Please file any issues you find in Github and visit the Soysauce website for full documentation of the widgets:

Installation - HTML

You will need to include both the CSS and JS file (use the CDN links above). jQuery is a pre-requisite and will be need to be inserted before Soysauce in the DOM.

Installation - Bower

Simply run bower install soysaucejs. The CSS and JS will need to be included. Example with your bower components folder named 'vendor':

<link rel="stylesheet" type="text/css" href="/vendor/soysaucejs/assets/soysauce.css">
<script src="/vendor/soysaucejs/public/soysauce.js"></script>

Contribute

You will need the following pre-requisites:

gem update --system
gem install compass -v 0.12.2
npm install -g bower
  1. Install your packages:
npm install
  1. Start the local development server:
gulp

The following assets will be served on port 5000 and can be found in the public directory:

The widget javascript files can be found under ./assets/javascript/soysauce

The css files can be found under ./assets/stylesheets/soysauce