Implemented client upload with rangeslider and zip open
[src/app-framework-demo.git] / afb-client / gulpfile.js
index f483431..3ec8774 100644 (file)
@@ -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());
 };