From 99b8d15f33ac71fe85bb2fa7001d080931bba7ba Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 18 Aug 2014 20:44:05 +0200 Subject: Implemented basic cleaning and linking facilities * e.g. removing the target directory before each regeneration and symlinking CSS files ** this will be extended to include ressource directories and so on * renamed "formatter.xsl" stylesheet to "helper.xsl" as it now includes various helper templates * finally checked the main CSS into the VCS --- utility/formatter.xsl | 20 -------------------- utility/helper.xsl | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 20 deletions(-) delete mode 100644 utility/formatter.xsl create mode 100644 utility/helper.xsl (limited to 'utility') diff --git a/utility/formatter.xsl b/utility/formatter.xsl deleted file mode 100644 index 1c2ff3f..0000000 --- a/utility/formatter.xsl +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - diff --git a/utility/helper.xsl b/utility/helper.xsl new file mode 100644 index 0000000..cf3d7ba --- /dev/null +++ b/utility/helper.xsl @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3