Repository: flex-utilities Updated Branches: refs/heads/develop 4d898afa7 -> 8b168c154
Update README.md Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/8b168c15 Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/8b168c15 Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/8b168c15 Branch: refs/heads/develop Commit: 8b168c154b5fba0eeba3e7a064f64b4d4d930e47 Parents: 4d898af Author: Om Muppirala <[email protected]> Authored: Tue Jun 27 23:04:13 2017 +0530 Committer: Om Muppirala <[email protected]> Committed: Tue Jun 27 23:04:13 2017 +0530 ---------------------------------------------------------------------- npm-flexjs/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/8b168c15/npm-flexjs/README.md ---------------------------------------------------------------------- diff --git a/npm-flexjs/README.md b/npm-flexjs/README.md index d094e72..da84a37 100644 --- a/npm-flexjs/README.md +++ b/npm-flexjs/README.md @@ -54,21 +54,21 @@ HTML5/JavaScript output) Windows: - mxmlc C:\Users\<username>\AppData\Roaming\npm\node_modules\flexjs\examples\flexjs\ChartExample\src\ChartExample.mxml + mxmlc C:\Users\<username>\AppData\Roaming\npm\node_modules\flexjs\examples\flexjs\ChartExample\src\main\flex\ChartExample.mxml Mac: - mxmlc /usr/local/lib/node_modules/flexjs/examples/flexjs/ChartExample/src/ChartExample.mxml + mxmlc /usr/local/lib/node_modules/flexjs/examples/flexjs/ChartExample/src/main/flex/ChartExample.mxml ASJSC (Write ActionScript3 targeting HTML5/SVG DOM without requiring JavaScript): Windows: - asjsc C:\Users\<username>\AppData\Roaming\npm\node_modules\flexjs\examples\native\USStatesMap\src\USStatesMap.as + asjsc C:\Users\<username>\AppData\Roaming\npm\node_modules\flexjs\examples\native\USStatesMap\src\main\flex\USStatesMap.as Mac: - asjsc /usr/local/lib/node_modules/flexjs/examples/native/USStatesMap/src/USStatesMap.as + asjsc /usr/local/lib/node_modules/flexjs/examples/native/USStatesMap/src/main/flex/USStatesMap.as You may need to copy the examples to a writeable folder because the compilation will generate an output folder in the example folders.
