From 33e655cbbb0816340c5a2e5d5cc0a6b0c7d9f53c Mon Sep 17 00:00:00 2001 From: Jose Antonio Marquez Date: Wed, 1 Feb 2012 23:31:36 -0800 Subject: File IO clean up and setting up Cleaned up file IO templates and removed app-caching from Ninja since it would be needed. Setting up io-mediator to hook up to controller. Still need to address naming conventions and clean up more in the io directory. --- document-templates/projects/montage/index.html | 16 ---------------- document-templates/projects/montage/package.json | 8 -------- document-templates/projects/montage/styles.css | 0 3 files changed, 24 deletions(-) delete mode 100644 document-templates/projects/montage/index.html delete mode 100644 document-templates/projects/montage/package.json delete mode 100644 document-templates/projects/montage/styles.css (limited to 'document-templates/projects/montage') 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 @@ - - - - - - Untitled - - - - - - - - - - \ 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 @@ -{ - "directories": { - "lib": "" - }, - "mappings": { - "montage": "m-js/" - } -} \ 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 -- cgit v1.2.3