You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2018/02/16 14:21:29 UTC

[tomcat-training] 03/07: Add directories for courses and modules and update Grunt config to watch those directories

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
markt@apache.org.

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