From 862f643d0354db5711d5292a56fb162be45ee420 Mon Sep 17 00:00:00 2001 From: Amio Date: Fri, 14 Mar 2014 17:13:41 +0800 Subject: [PATCH] =?UTF-8?q?WA=E4=BB=A3=E7=A0=81=EF=BC=9A=E6=95=B4=E7=90=86?= =?UTF-8?q?=20partials.js=20=E7=9A=84=E5=8A=A0=E8=BD=BD=E5=92=8C=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index.html | 3 ++- app/scripts/partials.js | 0 gulpfile.js | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 app/scripts/partials.js 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 () {