Skip to content

Commit c36834b

Browse files
committed
Minor amends
1 parent 328273a commit c36834b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ module.exports = function (grunt)
191191
src: 'src/docs/design-patterns.html',
192192
dest: 'public/design-patterns.html'
193193
},
194-
// Copy Textpattern templates to templates directory.
194+
// Copy Textpattern templates to themes directory.
195195
{
196196
expand: true,
197197
cwd: '<%= paths.src.templates %>',
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/_*

0 commit comments

Comments
 (0)