forked from EleotleCram/jshamcrest
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBUILDING
34 lines (23 loc) · 1.03 KB
/
BUILDING
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Building JsHamcrest
-------------------
1. Required Software
- Unix-based Environment
- Git 1.6+ - Fast Distributed Version Control System
- Python 2.5+ - Programming Language
- Fabric 0.9+ - Build and Deployment Tool
- Sphinx 0.6+ - Documentation Generation Tool (Optional)
2. Building JsHamcrest
To see all available build targets, run the following command line:
$ fab -l
Output:
Available commands:
build Builds the final script and writes it to the disk.
clean Resets the build output directories.
doc Builds the documentation both in HTML and PDF.
doc_clean Resets the doc output directories.
doc_html Builds the HTML documentation.
doc_pdf Builds the PDF documentation."
pack Creates a minified version of the final script using the...
test Opens the test suite on a web browser.
To run one or more build targets, in the given order:
$ fab pack doc test