Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kityminder-core
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
吴志俊
kityminder-core
Commits
4fb1161e
Commit
4fb1161e
authored
Dec 18, 2013
by
techird
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dev版本引用脚本
parent
3b0ce8c1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
dev.php
dist/dev.php
+15
-0
No files found.
dist/dev.php
0 → 100644
View file @
4fb1161e
<?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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment