mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
FIX Rename template parser from .inc to .peg so PHP doesn't include it automatically
This commit is contained in:
parent
a996e20e79
commit
62eb0e6142
@ -12,7 +12,7 @@ template language, producing the executable version SSTemplateParser.php
|
||||
To recompile after changing this file, run this from the 'framework/View' directory via command line (in most cases
|
||||
this is: sapphire/view):
|
||||
|
||||
php ../thirdparty/php-peg/cli.php SSTemplateParser.php.inc > SSTemplateParser.php
|
||||
php ../thirdparty/php-peg/cli.php SSTemplateParser.peg > SSTemplateParser.php
|
||||
|
||||
See the php-peg docs for more information on the parser format, and how to convert this file into SSTemplateParser.php
|
||||
|
Loading…
x
Reference in New Issue
Block a user