Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 848 Bytes

Readme.md

File metadata and controls

24 lines (15 loc) · 848 Bytes

SimpleModal - A private industrydive fork of @ericmmartin's modal dialog framework for jQuery

Building SimpleModal

  • Make sure that you have Java and Ant installed.

In the main directory of the distribution (the one that this file is in), type the following to make all versions of SimpleModal:

ant

The standard, uncompressed, SimpleModal code.
Makes: ./dist/jquery.simplemodal.divefork.js This will also output a minified version.

ant full

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

ant clean