Repository: flex-asjs Updated Branches: refs/heads/develop bf0824431 -> 986d75596
Exclude default.css from Basic module in FlexTeamPage_MDL Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/986d7559 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/986d7559 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/986d7559 Branch: refs/heads/develop Commit: 986d7559667802561144df85f666fecabbdd1774 Parents: bf08244 Author: piotrz <[email protected]> Authored: Mon May 1 17:46:09 2017 +0200 Committer: piotrz <[email protected]> Committed: Mon May 1 17:46:09 2017 +0200 ---------------------------------------------------------------------- examples/flexjs/FlexTeamPage_MDL/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/986d7559/examples/flexjs/FlexTeamPage_MDL/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/FlexTeamPage_MDL/pom.xml b/examples/flexjs/FlexTeamPage_MDL/pom.xml index 512ba7e..61b1dd6 100644 --- a/examples/flexjs/FlexTeamPage_MDL/pom.xml +++ b/examples/flexjs/FlexTeamPage_MDL/pom.xml @@ -56,7 +56,7 @@ <configuration> <mainClass>App.mxml</mainClass> <htmlTemplate>${basedir}/target/javascript/bin/js-debug/mdl-js-index-template.html</htmlTemplate> - <additionalCompilerOptions>-compiler.exclude-defaults-css-files=HTML-0.8.0-SNAPSHOT.swc:defaults.css</additionalCompilerOptions> + <additionalCompilerOptions>-compiler.exclude-defaults-css-files=Basic-0.8.0-SNAPSHOT-js.swc:defaults.css</additionalCompilerOptions> </configuration> </plugin> </plugins>
