21294 Posts in 5734 Topics by 2602 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 891 Views |
-
Ignore php files

23 September 2010 at 11:55pm
Hello,
I have some custom php-shell skripts in mySite directory. Unfortunately Silverstripe executes them when running /dev/build and fails with a Fatal. How can I tell Silverstripe to skip some files during build?
-
Re: Ignore php files

24 September 2010 at 4:08am
Put a empty file named "_manifest_exclude" together with your shell scripts in a seperated folder.
-
Re: Ignore php files

24 September 2010 at 7:25pm
Thanks, that works great.
Another solution is to prefix the file(s) with an underscore '_' . But excluding a whole directory fits better for me.
| 891 Views | ||
|
Page:
1
|
Go to Top |


