diff --git a/gulpfile.js b/gulpfile.js index b0042b7..dfaabd0 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -12,7 +12,7 @@ gulp.task('mycyclediary', function () { gulp.task('yarn', function () { return gulp.src(['./package.json', './yarn.lock']) - .pipe(gulp.dest('./mycyclediary_dot_com/dist')) + .pipe(gulp.dest('./mycyclediary_dot_com/static/dist')) .pipe(yarn({ production: true })); }); diff --git a/mycyclediary_dot_com/apps/angular/javascripts.html b/mycyclediary_dot_com/apps/angular/javascripts.html index 4527fbb..30b6324 100644 --- a/mycyclediary_dot_com/apps/angular/javascripts.html +++ b/mycyclediary_dot_com/apps/angular/javascripts.html @@ -1,11 +1,11 @@ {% load staticfiles %} - - + + - + diff --git a/mycyclediary_dot_com/apps/angular/stylesheets.html b/mycyclediary_dot_com/apps/angular/stylesheets.html index 3710155..43cc6c4 100644 --- a/mycyclediary_dot_com/apps/angular/stylesheets.html +++ b/mycyclediary_dot_com/apps/angular/stylesheets.html @@ -1,17 +1,17 @@ {% load staticfiles %} - - - - - + + + + + - - - + + +