We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93674ab commit 80e2ee0Copy full SHA for 80e2ee0
src/SimplCommerce.WebHost/gulpfile.js
@@ -45,7 +45,8 @@ var bower = {
45
"angular-bootstrap": "angular-bootstrap/ui-bootstrap*",
46
"matchheight": "matchheight/dist/*.js",
47
"toastr": "toastr/toastr*.{js,css}",
48
- "bootbox": "bootbox/bootbox*.{js,css}"
+ "bootbox": "bootbox/bootbox*.{js,css}",
49
+ "angular-ui-tree": "angular-ui-tree/dist/*.*"
50
};
51
52
gulp.task('clean-module', function () {
0 commit comments