Mention default target 'build' in the help output.
This commit is contained in:
@@ -771,7 +771,8 @@ The most common targets are:
|
|||||||
serve - Serves files through plovr, usually on port 9810.
|
serve - Serves files through plovr, usually on port 9810.
|
||||||
lint - Runs gjslint on all sourcefiles to enforce specific syntax.
|
lint - Runs gjslint on all sourcefiles to enforce specific syntax.
|
||||||
build - Builds singlefile versions of OpenLayers JavaScript and
|
build - Builds singlefile versions of OpenLayers JavaScript and
|
||||||
CSS.
|
CSS. This is also the default build target which runs when
|
||||||
|
no target is specified.
|
||||||
test - Runs the testsuite and displays the results.
|
test - Runs the testsuite and displays the results.
|
||||||
check - Runs the lint-target, builds some OpenLayers files, and
|
check - Runs the lint-target, builds some OpenLayers files, and
|
||||||
then runs test. Many developers call this target often
|
then runs test. Many developers call this target often
|
||||||
@@ -793,6 +794,8 @@ Other less frequently used targets are:
|
|||||||
plovr - Fetches the required plovr.jar. Usually called by other
|
plovr - Fetches the required plovr.jar. Usually called by other
|
||||||
targets that depend on plovr.
|
targets that depend on plovr.
|
||||||
|
|
||||||
|
If no target is given, the build-target will be executed.
|
||||||
|
|
||||||
The above list is not complete, please see the sourceode for not-mentioned and
|
The above list is not complete, please see the sourceode for not-mentioned and
|
||||||
only seldomly called targets.
|
only seldomly called targets.
|
||||||
'''
|
'''
|
||||||
|
|||||||
Reference in New Issue
Block a user