Skip to content

Commit 80e2ee0

Browse files
committed
add angular-ui-tree to gulp copy-lib task
1 parent 93674ab commit 80e2ee0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/SimplCommerce.WebHost/gulpfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ var bower = {
4545
"angular-bootstrap": "angular-bootstrap/ui-bootstrap*",
4646
"matchheight": "matchheight/dist/*.js",
4747
"toastr": "toastr/toastr*.{js,css}",
48-
"bootbox": "bootbox/bootbox*.{js,css}"
48+
"bootbox": "bootbox/bootbox*.{js,css}",
49+
"angular-ui-tree": "angular-ui-tree/dist/*.*"
4950
};
5051

5152
gulp.task('clean-module', function () {

0 commit comments

Comments
 (0)