@@ -54,13 +54,13 @@ module.exports = function (grunt) {
54
54
} ,
55
55
copy : {
56
56
docdata : {
57
- cwd : 'lib /patternfly/dist' ,
57
+ cwd : 'node_modules /patternfly/dist' ,
58
58
src : [ 'fonts/*' , 'img/*' ] ,
59
59
dest : 'docs' ,
60
60
expand : true
61
61
} ,
62
62
fa : {
63
- cwd : 'lib /patternfly/' ,
63
+ cwd : 'node_modules /patternfly/' ,
64
64
src : [ 'components/font-awesome/**' ] ,
65
65
dest : 'docs' ,
66
66
expand : true
@@ -125,21 +125,21 @@ module.exports = function (grunt) {
125
125
dest : 'docs' ,
126
126
image : 'misc/logo-alt.svg' ,
127
127
scripts : [
128
- 'lib /moment/moment.js' ,
129
- 'lib /c3/c3.js' ,
130
- 'lib /d3/d3.js' ,
131
- 'lib /patternfly/dist/js/patternfly-settings.js' ,
132
- 'lib /angular/angular.js' ,
133
- 'lib /angular-sanitize/angular-sanitize.js' ,
134
- 'lib /angular-animate/angular-animate.js' ,
135
- 'lib /angular-bootstrap/ui-bootstrap-tpls.js' ,
128
+ 'node_modules /moment/moment.js' ,
129
+ 'node_modules /c3/c3.js' ,
130
+ 'node_modules /d3/d3.js' ,
131
+ 'node_modules /patternfly/dist/js/patternfly-settings.js' ,
132
+ 'node_modules /angular/angular.js' ,
133
+ 'node_modules /angular-sanitize/angular-sanitize.js' ,
134
+ 'node_modules /angular-animate/angular-animate.js' ,
135
+ 'node_modules /angular-ui- bootstrap/dist /ui-bootstrap-tpls.js' ,
136
136
'misc/angular-bootstrap-prettify.js' ,
137
- 'lib /lodash/dist /lodash.min.js' ,
137
+ 'node_modules /lodash/lodash.min.js' ,
138
138
'dist/angular-patternfly.js' ,
139
- 'lib /angular-ui-router/release/angular-ui-router.min.js' ] ,
139
+ 'node_modules /angular-ui-router/release/angular-ui-router.min.js' ] ,
140
140
html5Mode : false ,
141
141
template : 'grunt-ngdocs-index.tmpl' ,
142
- styles : [ 'lib /patternfly/dist/css/patternfly.css' , 'lib /patternfly/dist/css/patternfly-additions.css' ,
142
+ styles : [ 'node_modules /patternfly/dist/css/patternfly.css' , 'node_modules /patternfly/dist/css/patternfly-additions.css' ,
143
143
'dist/styles/angular-patternfly.css' , 'misc/ng-docs.css' , 'misc/examples.css' ]
144
144
} ,
145
145
0 commit comments