diff options
author | Valerio Virgillito | 2012-02-15 16:09:47 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-02-15 16:09:47 -0800 |
commit | d366c0bd1af6471511217ed574083e15059519b5 (patch) | |
tree | c8c9f9af761457e3c5f4c6774fb0fbba851df0c4 /document-templates/projects/montage | |
parent | 997ce3fb65f27b3d6f331f63b5dc22d3c7fb8f1e (diff) | |
parent | b85bfb54aaca3ccca3c1ef09115de925cd67f4e9 (diff) | |
download | ninja-d366c0bd1af6471511217ed574083e15059519b5.tar.gz |
Merge branch 'refs/heads/integration'
Diffstat (limited to 'document-templates/projects/montage')
-rw-r--r-- | document-templates/projects/montage/index.html | 16 | ||||
-rw-r--r-- | document-templates/projects/montage/package.json | 8 | ||||
-rw-r--r-- | document-templates/projects/montage/styles.css | 0 |
3 files changed, 0 insertions, 24 deletions
diff --git a/document-templates/projects/montage/index.html b/document-templates/projects/montage/index.html deleted file mode 100644 index 422a7fb6..00000000 --- a/document-templates/projects/montage/index.html +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <html> | ||
3 | |||
4 | <head> | ||
5 | |||
6 | <title>Untitled</title> | ||
7 | |||
8 | <link rel="stylesheet" type="text/css" href="styles.css" /> | ||
9 | |||
10 | <script type="text/javascript" data-package="." src="m-js/lib/montage.js"></script> | ||
11 | |||
12 | </head> | ||
13 | |||
14 | <body></body> | ||
15 | |||
16 | </html> \ No newline at end of file | ||
diff --git a/document-templates/projects/montage/package.json b/document-templates/projects/montage/package.json deleted file mode 100644 index 2349ff2f..00000000 --- a/document-templates/projects/montage/package.json +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | { | ||
2 | "directories": { | ||
3 | "lib": "" | ||
4 | }, | ||
5 | "mappings": { | ||
6 | "montage": "m-js/" | ||
7 | } | ||
8 | } \ No newline at end of file | ||
diff --git a/document-templates/projects/montage/styles.css b/document-templates/projects/montage/styles.css deleted file mode 100644 index e69de29b..00000000 --- a/document-templates/projects/montage/styles.css +++ /dev/null | |||