Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Commit

Permalink
Another update to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Feb 2, 2011
1 parent 3d8da8f commit 1d47798
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 9 deletions.
22 changes: 17 additions & 5 deletions README.md
Expand Up @@ -36,13 +36,25 @@ How to build qTip2
------------------
First, clone a copy of the main qTip2 git repo by running `git clone git://github.com/Craga89/qTip2.git`.

Then, to get a complete, minified, jslinted version of qTip, simply `cd` to the `qtip` directory and type
`make`. If you don't have Node installed and/or want to make a basic, uncompressed, unlinted version of qTip, use
`make qtip` instead of `make`.
Then, in the main directory of the distribution (the one that this file is in), type
the following to build qTip2 and its accompanying CSS:

The built version of qTip2 will be put in the `dist/` subdirectory.
make

To remove all built files, run `make clean`.
You can also create each individually using these commands:

make qtip # Build non-minified qTip2 source
make css # Build CSS files
make min # Build minified JS and CSS
make pack # Build minified and packed qTip2 JS (smallest filesize!)

To build and test the source code against JSLint type this:

make lint

Finally, you can remove all the built files using the command:

make clean


Building to a different directory
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.qtip.css
Expand Up @@ -9,7 +9,7 @@
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Tue Feb 1 23:35:43 2011 +0000
* Date: Wed Feb 2 00:05:48 2011 +0000
*/

/* Fluid class for determining actual width in IE */
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.qtip.js
Expand Up @@ -9,7 +9,7 @@
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_License
*
* Date: Tue Feb 1 23:35:43 2011 +0000
* Date: Wed Feb 2 00:05:48 2011 +0000
*/

"use strict"; // Enable ECMAScript "strict" operation for this function. See more: http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.qtip.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jquery.qtip.pack.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1d47798

Please sign in to comment.