From b85a8596ddc25281a6ef49bcdae3c681fa31b548 Mon Sep 17 00:00:00 2001 From: samir Date: Tue, 23 Dec 2014 12:18:47 +0700 Subject: [PATCH] Improve configuration comment --- gulpfile.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index a27e17298..823ef4d33 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -1,6 +1,6 @@ /* - All configurable options are defined inside build.config - Please adjust this to your site's settings + All configurable options are defined in separate files inside the 'task/' folder + Please adjust these files according to your personal requirements */ /******************************* @@ -1135,4 +1135,4 @@ gulp.task('update git', false, function() { return stepRepo(); -}); \ No newline at end of file +});