From cd3902fd7313a34fbd1641a2bbb6a941cb156fac Mon Sep 17 00:00:00 2001 From: Rudger Gravestein Date: Wed, 19 Mar 2014 10:16:58 +0100 Subject: [PATCH 1/2] Add modman file more info: https://github.com/colinmollenhour/modman --- modman | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 modman diff --git a/modman b/modman new file mode 100644 index 0000000..52ce144 --- /dev/null +++ b/modman @@ -0,0 +1,2 @@ +app/code/community/OnePica/ImageCdn app/code/community/OnePica/ImageCdn +app/etc/modules/OnePica_ImageCdn.xml app/etc/modules/OnePica_ImageCdn.xml From 4518243ed7498c46afda1e7341730f713587cd15 Mon Sep 17 00:00:00 2001 From: Rudger Gravestein Date: Wed, 19 Mar 2014 10:27:24 +0100 Subject: [PATCH 2/2] Add composer file check: https://github.com/magento-hackathon/magento-composer-installer --- composer.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..732014a --- /dev/null +++ b/composer.json @@ -0,0 +1,15 @@ +{ + "name": "onepica/imagecdn", + "type": "magento-module", + "license":"OSL-3.0", + "description":"This extension enables you to host category and product images on a separate server with ease. This can improve page load time by offloading some of the stress from your web server and by allowing you to utilize a high performance content delivery network (CDN) or another remote host", + "authors":[ + { + "name":"One Pica Codemaster", + "email":"codemaster@onepica.com" + } + ], + "require": { + "magento-hackathon/magento-composer-installer": "*" + } +}