X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=afb-client%2Fgulpfile.js;fp=afb-client%2Fgulpfile.js;h=3ec87742e8bd80e42947da75bf18404add84398a;hb=4136c1506e0c894e604ec069339313987a7e05e7;hp=f4834315a70da5a67551a5d5a058735e55c1f700;hpb=07eb8e102607da8d6a4c1cd9835e8465c9280161;p=src%2Fapp-framework-demo.git 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()); };