Commit 4fb1161e authored by techird's avatar techird

dev版本引用脚本

parent 3b0ce8c1
<?php
$dependency = Array(
'src/core/km.js',
'src/core/command.js',
'src/core/mindernode.js',
'src/core/minderevent.js',
'src/core/kityminder.js'
);
$content = "";
foreach ($dependency as $index => $dep) {
echo file_get_contents("../$dep")."\n\n";
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment