Add AMD and version options to build.py

This commit is contained in:
Peter Robins
2012-06-13 15:00:51 +01:00
parent a7c202231f
commit 4e956dc80d
2 changed files with 31 additions and 1 deletions

View File

@@ -35,3 +35,13 @@ Corresponding issue/pull requests:
* https://github.com/openlayers/openlayers/pull/423
# New Options for Build Script
* add the contents of a file as a comment at the front of the build, for example, the output of 'git describe --tags' could be saved as a file and then included
* create build file as an AMD module
run 'build.py -h' for more details
Corresponding issue/pull requests:
* https://github.com/openlayers/openlayers/pull/528