Repository: flex-asjs Updated Branches: refs/heads/develop d1fd486d3 -> 23a7a05d6
Exclude default.css from Basic in MDLDynamicTabsExample Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/23a7a05d Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/23a7a05d Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/23a7a05d Branch: refs/heads/develop Commit: 23a7a05d627f8c159a7f9cbf3c3b6999984cbbc9 Parents: d1fd486 Author: piotrz <[email protected]> Authored: Mon May 1 17:33:00 2017 +0200 Committer: piotrz <[email protected]> Committed: Mon May 1 17:33:00 2017 +0200 ---------------------------------------------------------------------- examples/flexjs/MDLDynamicTabsExample/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/23a7a05d/examples/flexjs/MDLDynamicTabsExample/pom.xml ---------------------------------------------------------------------- diff --git a/examples/flexjs/MDLDynamicTabsExample/pom.xml b/examples/flexjs/MDLDynamicTabsExample/pom.xml index 47651d1..364335d 100644 --- a/examples/flexjs/MDLDynamicTabsExample/pom.xml +++ b/examples/flexjs/MDLDynamicTabsExample/pom.xml @@ -51,7 +51,7 @@ <mainClass>TabsExample.mxml</mainClass> <removeCirculars>true</removeCirculars> <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>
