diff --git a/README.md b/README.md index a42bd6d..a242701 100644 --- a/README.md +++ b/README.md @@ -84,4 +84,4 @@ template: { 'path/to/another.html': ['path/to/more/*.template', 'path/to/even/more/*.template'] // concatenates (individually wrapped) files } } -``` \ No newline at end of file +``` diff --git a/test/actual/concat.html b/test/actual/concat.html deleted file mode 100644 index 522b30c..0000000 --- a/test/actual/concat.html +++ /dev/null @@ -1,3 +0,0 @@ -
-

Concat

-
\ No newline at end of file diff --git a/test/actual/main.html b/test/actual/main.html deleted file mode 100644 index 5c1d3f9..0000000 --- a/test/actual/main.html +++ /dev/null @@ -1,3 +0,0 @@ -
-

Single

-
\ No newline at end of file diff --git a/test/actual/wrapped.html b/test/actual/wrapped.html deleted file mode 100644 index 6ced960..0000000 --- a/test/actual/wrapped.html +++ /dev/null @@ -1,5 +0,0 @@ - -
-

Wrap

-
-
\ No newline at end of file diff --git a/test/actual/wrappedAdv.html b/test/actual/wrappedAdv.html deleted file mode 100644 index 7429fab..0000000 --- a/test/actual/wrappedAdv.html +++ /dev/null @@ -1,5 +0,0 @@ - -
-

Wrap

-
-
\ No newline at end of file diff --git a/test/actual/wrappedConcat.html b/test/actual/wrappedConcat.html deleted file mode 100644 index 6782d9a..0000000 --- a/test/actual/wrappedConcat.html +++ /dev/null @@ -1,7 +0,0 @@ - -
- - -

WrapConcat

-
-
\ No newline at end of file