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
40a5f5a1
Commit
40a5f5a1
authored
Apr 28, 2014
by
Ronny
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
目录结构改变,grunt调整
parent
88a1e04b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
Gruntfile.js
Gruntfile.js
+1
-1
import.js
import.js
+2
-2
kity
kity
+1
-1
No files found.
Gruntfile.js
View file @
40a5f5a1
...
...
@@ -20,7 +20,7 @@ module.exports = function ( grunt ) {
' Licensed <%= _.pluck(pkg.licenses, "type").join(", ") %>
\
n'
+
' * ====================================================
\
n'
+
' */
\
n
\
n'
,
buildPath
=
'
dev/import.php
'
,
buildPath
=
'
import.js
'
,
distPath
=
'dist/'
;
var
getPath
=
function
(
readFile
)
{
...
...
import.js
View file @
40a5f5a1
...
...
@@ -2,7 +2,7 @@
* 开发版本的文件导入
*/
(
function
(){
var
paths
=
[
var
paths
=
new
Array
(
'core/kityminder.js'
,
'core/utils.js'
,
'core/command.js'
...
...
@@ -77,7 +77,7 @@
,
'protocal/json.js'
,
'protocal/png.js'
,
'protocal/svg.js'
]
,
)
,
baseURL
=
'src/'
;
for
(
var
i
=
0
,
pi
;
pi
=
paths
[
i
++
];)
{
document
.
write
(
'<script type="text/javascript" src="'
+
baseURL
+
pi
+
'"></script>'
);
...
...
kity
@
e144ccd9
Subproject commit
cb261f4cedd745233d9e022a72f76ddf8d8e129b
Subproject commit
e144ccd9270712497804915d13ec92f6593299b0
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