Skip to content

Commit fa8271a

Browse files
committed
Added a note on why tagging as «development» status
1 parent d0defe0 commit fa8271a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ pull request by your own, this will be more than welcome.
1919
## Status
2020
Development - [Version 1.0](https://github.com/PureMVC/puremvc-typescript-demo-jquery-employeeadmin/blob/master/VERSION)
2121

22-
Considered as «development» while the TypeScript language specification is not finalized.
22+
Will probably stay tagged as development while TypeScript language specification is not finalized,
23+
but remember that any TypeScript PureMVC project will output ready for production JavaScript.
2324

2425
## Platforms / Technologies
2526
* [TypeScript](http://www.typescriptlang.org/)
@@ -35,7 +36,7 @@ Considered as «development» while the TypeScript language specification is not
3536
To build the project you'll need to download and install :
3637
* [TypeScript compiler](http://www.typescriptlang.org/#Download)
3738
* [Ant](http://ant.apache.org/)
38-
* [JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html/) (Ant specifically need a JDK not a simple JRE, don't forget to change environment var JAVA_HOME to the JDK path).
39+
* [JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html/) (Ant need a JDK not a JRE, also don't forget to change environment var JAVA_HOME to the JDK path).
3940

4041
1. Rename the file [user.properties.sample](https://github.com/PureMVC/puremvc-typescript-standard-framework/blob/master/user.properties.sample) to **user.properties**
4142
2. Edit the file and replace **MY_TYPESCRIPT_COMPILER_PATH** bt the real TypeScript compiler full

0 commit comments

Comments
 (0)