This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
86,89c86,104 | |
< } | |
< | |
< if (Configure::read('debug') && $this->options['debug'] == false) { | |
< return join("\n\t", $this->View->__scripts); | |
--- | |
> } | |
> | |
> //Allow breaking up of js,css,codeblock in your html when debug is > 0 | |
> //Ex: putting 'css' in head and 'js','codeblock' at bottom before </body> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p>I use Blah and blah</p> | |
<p><markdown> | |
### config.php: ### | |
#!javascript | |
function test() | |
{ | |
return "aaa"; | |
} |
NewerOlder