Add information about the source and installation of all needed jquery-tipsy files

This commit is contained in:
Matthias Jentsch 2014-09-03 17:03:04 +02:00
parent 593134203c
commit cd8416bd3c
1 changed files with 33 additions and 0 deletions

33
public/js/vendor/SOURCE.jquery.tipsy vendored Normal file
View File

@ -0,0 +1,33 @@
jquery.tipsy.js SOURCE
======================
This file contains information about how to acquire and install the source files for jquery.tipsy
# version
1.0.0a
# license
MIT license
# used files
src/javascript/tipsy.css
src/javascript/jquery.tipsy.js
# source
https://github.com/jaz303/tipsy.git
# installation
mv src/javascript/tipsy.css ICINGAWEB/public/css/vendor/tipsy.css
mv src/javascript/jquery.tipsy.js ICINGAWEB/public/js/vendor/jquery.tipsy.js
uglifyjs src/javascript/jquery.tipsy.js ICINGAWEB/public/js/vendor/jquery.tipsy.min.js