#A SIMPLE, MOBILE JAVASCRIPT LIBRARY FOR CREATING ELEGANT WIDGETS
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:
- Compressed (25.24 KB) - http://divgzeiu68c7e.cloudfront.net/soysauce/v1.3.22/soysauce.min.js
- Uncompressed (45.78 KB) - http://divgzeiu68c7e.cloudfront.net/soysauce/v1.3.22/soysauce.js
- CSS (12.59 KB) - http://divgzeiu68c7e.cloudfront.net/soysauce/v1.3.22/soysauce.css
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.
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>
You will need the following pre-requisites:
gem update --system
gem install compass
npm install -g bower
- Install your packages:
npm install
- 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