mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
add custom dir to Gruntfile
This commit is contained in:
@@ -12,6 +12,7 @@ module.exports = function (grunt) {
|
||||
src: [
|
||||
'api/**',
|
||||
'application/**',
|
||||
'custom/**',
|
||||
'data',
|
||||
'install/**',
|
||||
'vendor/**',
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace Espo\Custom;
|
||||
|
||||
class Test
|
||||
{
|
||||
public function hello()
|
||||
{
|
||||
return 'hello';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user