From 3b4c9f19493a7e5235eaa65721af078c466bdb8b Mon Sep 17 00:00:00 2001 From: jelhan Date: Sun, 28 Sep 2014 21:08:22 +0200 Subject: [PATCH] wrong commit --- tasks/custom-options/php.js | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 tasks/custom-options/php.js diff --git a/tasks/custom-options/php.js b/tasks/custom-options/php.js deleted file mode 100644 index a088ad5..0000000 --- a/tasks/custom-options/php.js +++ /dev/null @@ -1,10 +0,0 @@ -module.exports = { - php: { - dist: { - options: { - port: 8001, - base: 'public/' - } - } - } -}; \ No newline at end of file