add custom dir to Gruntfile

This commit is contained in:
Taras Machyshyn
2014-03-05 18:22:39 +02:00
parent 46a0798fc2
commit 80a207724d
2 changed files with 1 additions and 11 deletions
+1
View File
@@ -12,6 +12,7 @@ module.exports = function (grunt) {
src: [
'api/**',
'application/**',
'custom/**',
'data',
'install/**',
'vendor/**',
-11
View File
@@ -1,11 +0,0 @@
<?php
namespace Espo\Custom;
class Test
{
public function hello()
{
return 'hello';
}
}