Repository: tapestry-5 Updated Branches: refs/heads/master 2e11d5dd3 -> db3a7a684
TAP5-2351 : Missing Bootstrap CSS Source Map (actually, removing the reference from the CSS files) Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/db3a7a68 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/db3a7a68 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/db3a7a68 Branch: refs/heads/master Commit: db3a7a6847c79358835ac00ac6bbe1e2f7b0c954 Parents: 2e11d5d Author: Thiago H. de Paula Figueiredo <thiag...@apache.org> Authored: Wed Jul 2 18:56:30 2014 -0300 Committer: Thiago H. de Paula Figueiredo <thiag...@apache.org> Committed: Wed Jul 2 18:56:30 2014 -0300 ---------------------------------------------------------------------- .../META-INF/assets/tapestry5/bootstrap/css/bootstrap-theme.css | 1 - .../resources/META-INF/assets/tapestry5/bootstrap/css/bootstrap.css | 1 - 2 files changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/db3a7a68/tapestry-core/src/main/resources/META-INF/assets/tapestry5/bootstrap/css/bootstrap-theme.css ---------------------------------------------------------------------- diff --git a/tapestry-core/src/main/resources/META-INF/assets/tapestry5/bootstrap/css/bootstrap-theme.css b/tapestry-core/src/main/resources/META-INF/assets/tapestry5/bootstrap/css/bootstrap-theme.css index f860bbc..dff87f6 100644 --- a/tapestry-core/src/main/resources/META-INF/assets/tapestry5/bootstrap/css/bootstrap-theme.css +++ b/tapestry-core/src/main/resources/META-INF/assets/tapestry5/bootstrap/css/bootstrap-theme.css @@ -439,4 +439,3 @@ -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); } -/*# sourceMappingURL=bootstrap-theme.css.map */ http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/db3a7a68/tapestry-core/src/main/resources/META-INF/assets/tapestry5/bootstrap/css/bootstrap.css ---------------------------------------------------------------------- diff --git a/tapestry-core/src/main/resources/META-INF/assets/tapestry5/bootstrap/css/bootstrap.css b/tapestry-core/src/main/resources/META-INF/assets/tapestry5/bootstrap/css/bootstrap.css index 037dd05..88123dc 100644 --- a/tapestry-core/src/main/resources/META-INF/assets/tapestry5/bootstrap/css/bootstrap.css +++ b/tapestry-core/src/main/resources/META-INF/assets/tapestry5/bootstrap/css/bootstrap.css @@ -6200,4 +6200,3 @@ button.close { display: none !important; } } -/*# sourceMappingURL=bootstrap.css.map */