Skip to content

Commit b0f9477

Browse files
committed
U: update ztree config
1 parent 2fcbee9 commit b0f9477

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ztree/Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@ module.exports = function(grunt) {
1414
return [
1515
'define(function(require, exports, module) {',
1616
"var jQuery = require('$');",
17+
"require('./ztree.css');",
1718
code,
1819
"});"
1920
].join('\n');
2021
}
2122
},
2223
url: 'https://raw.github.com/zTree/zTree_v3/v<%= pkg.version%>/js/jquery.ztree.all-3.5.js',
23-
name: 'all.js'
24+
name: 'ztree.js'
2425
},
2526
/*core: {
2627
options: {

ztree/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"$": "$"
1919
},
2020
"output": [
21-
"ztree.js",
22-
"ztree.css"
21+
"ztree.js"
2322
]
2423
}
2524
}

0 commit comments

Comments
 (0)