Skip to content

Commit 753c6c0

Browse files
committed
Merge pull request #185 from jeff-phillips-18/master
Update directives to align with PatternFly documentation terminology
2 parents 49254f2 + 99ed22d commit 753c6c0

File tree

79 files changed

+3148
-3160
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+3148
-3160
lines changed

Gruntfile.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,11 @@ module.exports = function (grunt) {
184184
src: ['sort/**/*.html'],
185185
dest: 'templates/sort.js'
186186
},
187+
'patternfly.toolbars': {
188+
cwd: 'src/',
189+
src: ['toolbars/**/*.html'],
190+
dest: 'templates/toolbars.js'
191+
},
187192
'patternfly.views': {
188193
cwd: 'src/',
189194
src: ['views/**/*.html'],

0 commit comments

Comments
 (0)