Skip to content

Commit b89e582

Browse files
Remove jquery dependent libs from ngdocs app
1 parent 715eccd commit b89e582

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Gruntfile.js

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -124,17 +124,11 @@ module.exports = function (grunt) {
124124
title: 'Angular Patternfly Documentation',
125125
dest: 'docs',
126126
image: 'misc/logo-alt.svg',
127-
scripts: ['lib/jquery/dist/jquery.js',
128-
'lib/bootstrap/dist/js/bootstrap.js',
129-
'lib/patternfly-bootstrap-combobox/js/bootstrap-combobox.js',
130-
'lib/bootstrap-datepicker/dist/js/bootstrap-datepicker.js',
127+
scripts: [
131128
'lib/moment/moment.js',
132-
'lib/eonasdan-bootstrap-datetimepicker/src/js/bootstrap-datetimepicker.js',
133-
'lib/bootstrap-select/js/bootstrap-select.js',
134-
'lib/patternfly-bootstrap-treeview/src/js/bootstrap-treeview.js',
135129
'lib/c3/c3.js',
136130
'lib/d3/d3.js',
137-
'lib/patternfly/dist/js/patternfly.js',
131+
'lib/patternfly/dist/js/patternfly-settings.js',
138132
'lib/angular/angular.js',
139133
'lib/angular-sanitize/angular-sanitize.js',
140134
'lib/angular-animate/angular-animate.js',

0 commit comments

Comments
 (0)