diff --git a/app/index.html b/app/index.html index 46103e2..94b55fc 100644 --- a/app/index.html +++ b/app/index.html @@ -29,7 +29,6 @@ - @@ -43,5 +42,7 @@ + + \ No newline at end of file diff --git a/app/scripts/partials.js b/app/scripts/partials.js new file mode 100644 index 0000000..e69de29 diff --git a/gulpfile.js b/gulpfile.js index 33a22ed..fa45706 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -96,7 +96,7 @@ gulp.task('html2js', function () { prefix: "partials/" })) .pipe($.concat('partials.js')) - .pipe(gulp.dest(SOURCE_ROOT + "/scripts/")); + .pipe(gulp.dest(BUILD_ROOT + "/scripts/")); }); gulp.task('imagemin', function () {