This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-training.git

commit 6f9efb9cf37c9e3e3721d2a4eaf0ee9c981837cf
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Feb 16 12:28:47 2018 +0000

    Add directories for courses and modules and update Grunt config to watch 
those directories
---
 Gruntfile.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Gruntfile.js b/Gruntfile.js
index b6ef63b..994bd42 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -136,7 +136,7 @@ module.exports = function(grunt) {
                                tasks: 'css-core'
                        },
                        html: {
-                               files: root.map(path => path + '/*.html')
+                               files: [ '*.html', 'courses/*.html', 
'modules/*.html' ]
                        },
                        markdown: {
                                files: root.map(path => path + '/*.md')

-- 
To stop receiving notification emails like this one, please contact
ma...@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to