- Fix issue with styling in MDLExample - excluding defaults.css from Basic module
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/e0878223 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/e0878223 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/e0878223 Branch: refs/heads/develop Commit: e0878223640105de220ec1a33ac5be70db235be9 Parents: ee1b633 Author: piotrz <[email protected]> Authored: Sun Apr 30 17:11:48 2017 +0200 Committer: piotrz <[email protected]> Committed: Sun Apr 30 17:11:48 2017 +0200 ---------------------------------------------------------------------- examples/flexjs/MDLExample/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/e0878223/examples/flexjs/MDLExample/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/MDLExample/pom.xml b/examples/flexjs/MDLExample/pom.xml index 74cfd29..c91c98a 100644 --- a/examples/flexjs/MDLExample/pom.xml +++ b/examples/flexjs/MDLExample/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>
