Repository: flex-asjs Updated Branches: refs/heads/develop cf38a5b90 -> c6dc46e91
Fixed issue in MDLExample where style css wasn't downloaded Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/c6dc46e9 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/c6dc46e9 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/c6dc46e9 Branch: refs/heads/develop Commit: c6dc46e91a497eb59c4fe4bda15ff8dfea7dc114 Parents: cf38a5b Author: piotrz <[email protected]> Authored: Wed Feb 1 21:23:25 2017 +0100 Committer: piotrz <[email protected]> Committed: Wed Feb 1 21:23:25 2017 +0100 ---------------------------------------------------------------------- examples/flexjs/MDLExample/asconfig.json | 2 +- .../MDLExample/src/main/resources/mdl-js-index-template.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c6dc46e9/examples/flexjs/MDLExample/asconfig.json ---------------------------------------------------------------------- diff --git a/examples/flexjs/MDLExample/asconfig.json b/examples/flexjs/MDLExample/asconfig.json index d15de04..76a3278 100644 --- a/examples/flexjs/MDLExample/asconfig.json +++ b/examples/flexjs/MDLExample/asconfig.json @@ -6,7 +6,7 @@ "js-output-type": "flexjs", "output": "./target/javascript" }, - "additionalOptions": "-html-template=src/main/resources/mdl-js-index-template.html", + "additionalOptions": "-html-template=src/main/resources/mdl-js-index-template.html -compiler.exclude-defaults-css-files=HTML.swc:defaults.css", "files": [ "src/main/flex/App.mxml" http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c6dc46e9/examples/flexjs/MDLExample/src/main/resources/mdl-js-index-template.html ---------------------------------------------------------------------- diff --git a/examples/flexjs/MDLExample/src/main/resources/mdl-js-index-template.html b/examples/flexjs/MDLExample/src/main/resources/mdl-js-index-template.html index 35e4c3a..308fddf 100644 --- a/examples/flexjs/MDLExample/src/main/resources/mdl-js-index-template.html +++ b/examples/flexjs/MDLExample/src/main/resources/mdl-js-index-template.html @@ -23,7 +23,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0""> <link rel="stylesheet" type="text/css" href="${application}.css"> <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> - <link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.${primary}-${accent}.min.css"> + <link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.min.css"> <script defer src="https://code.getmdl.io/1.3.0/material.min.js"></script> ${head} </head>
