summaryrefslogtreecommitdiffstats
path: root/afb-client/gulpfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'afb-client/gulpfile.js')
-rw-r--r--afb-client/gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/afb-client/gulpfile.js b/afb-client/gulpfile.js
index f483431..3ec8774 100644
--- a/afb-client/gulpfile.js
+++ b/afb-client/gulpfile.js
@@ -112,7 +112,7 @@ pipes.validatedDevServerScripts = function() {
pipes.validatedPartials = function() {
return gulp.src(paths.partials)
.pipe(plugins.htmlhint({'doctype-first': false}))
- .pipe(router({path: paths.application+'/tmp/routes.js', root: paths.application}))
+ .pipe(router({path: paths.application+'/etc/routes.js', root: paths.application}))
.pipe(plugins.htmlhint.reporter());
};