ref #5458 Remove generated scss files and add them to .gitignore
authorPatrick Plitzner <p.plitzner@bgbm.org>
Thu, 20 Oct 2016 15:55:56 +0000 (17:55 +0200)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Thu, 20 Oct 2016 15:55:56 +0000 (17:55 +0200)
.gitignore
src/main/webapp/VAADIN/themes/edit/addons.scss [deleted file]
src/main/webapp/VAADIN/themes/macosx/addons.scss [deleted file]

index 517221233109772fec19a5204f1799de8a7ffd2c..94a5825f726155298d9394822c31883f288d3adf 100644 (file)
@@ -4,6 +4,7 @@
 /bin
 src/main/webapp/VAADIN/widgetsets
 src/main/webapp/VAADIN/themes/*/styles.css
+src/main/webapp/VAADIN/themes/*/addons.scss
 /target
 /spy.log
 src/main/resources/test.txt
diff --git a/src/main/webapp/VAADIN/themes/edit/addons.scss b/src/main/webapp/VAADIN/themes/edit/addons.scss
deleted file mode 100644 (file)
index 16573d6..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-/* This file is automatically managed and will be overwritten from time to time. */\r
-/* Do not manually edit this file. */\r
-\r
-/* Provided by contextmenu-4.5.jar */\r
-@import "../../../VAADIN/themes/contextmenu/contextmenu.scss";
-\r
-\r
-/* Import and include this mixin into your project theme to include the addon themes */\r
-@mixin addons {\r
-       @include contextmenu;\r
-}\r
-\r
diff --git a/src/main/webapp/VAADIN/themes/macosx/addons.scss b/src/main/webapp/VAADIN/themes/macosx/addons.scss
deleted file mode 100644 (file)
index 16573d6..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-/* This file is automatically managed and will be overwritten from time to time. */\r
-/* Do not manually edit this file. */\r
-\r
-/* Provided by contextmenu-4.5.jar */\r
-@import "../../../VAADIN/themes/contextmenu/contextmenu.scss";
-\r
-\r
-/* Import and include this mixin into your project theme to include the addon themes */\r
-@mixin addons {\r
-       @include contextmenu;\r
-}\r
-\r