Skip to content

Commit 6a2c628

Browse files
committed
docs(templates): add templates folder to copy:docs grunt
fix #236
1 parent 35ce3b3 commit 6a2c628

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Gruntfile.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,10 @@ module.exports = function(grunt) {
623623

624624
copy: {
625625
docs: {
626-
src: 'bin/materialize.js', dest: 'docs/js/materialize.js'
626+
files: [
627+
{src: 'bin/materialize.js', dest: 'docs/js/materialize.js'},
628+
{src: 'templates/**', dest: 'docs/'}
629+
]
627630
}
628631
}
629632

0 commit comments

Comments
 (0)