From b92c3c821a76a079585c8c45a22acb3194d535fd Mon Sep 17 00:00:00 2001 From: Dobie Wollert Date: Tue, 7 Oct 2014 06:59:05 -0700 Subject: [PATCH] Various fixes --- biomed-frontend/gulpfile.js | 3 +++ biomed-frontend/src/app/details.html | 19 ++++++------------- biomed-frontend/src/app/layout.html | 4 +--- biomed-frontend/src/app/list.html | 2 +- biomed-frontend/src/styles/_biomed.scss | 5 +++++ 5 files changed, 16 insertions(+), 17 deletions(-) diff --git a/biomed-frontend/gulpfile.js b/biomed-frontend/gulpfile.js index adba846..0f373f9 100644 --- a/biomed-frontend/gulpfile.js +++ b/biomed-frontend/gulpfile.js @@ -21,6 +21,9 @@ gulp.task('clean', function() { gulp.task('vendor', function() { gulp.src([ 'vendor/jquery/dist/jquery.min.js', + 'vendor/foundation/js/vendor/modernizr.js', + 'vendor/foundation/js/foundation.js', + 'vendor/foundation/js/foundation/foundation.clearing.js', 'vendor/angular/angular.min.js', 'vendor/angular-loading-bar/build/loading-bar.js', 'vendor/angular-resource/angular-resource.js', diff --git a/biomed-frontend/src/app/details.html b/biomed-frontend/src/app/details.html index 7537e7a..376da7b 100644 --- a/biomed-frontend/src/app/details.html +++ b/biomed-frontend/src/app/details.html @@ -1,23 +1,16 @@

{{post.title}}

-
-
-
-

-
-
-
-

{{post.preview}}

{{post.details}}

-
-
-
-
    -
  • +
  • + +
+
\ No newline at end of file diff --git a/biomed-frontend/src/app/layout.html b/biomed-frontend/src/app/layout.html index 1f53a39..98430b3 100644 --- a/biomed-frontend/src/app/layout.html +++ b/biomed-frontend/src/app/layout.html @@ -4,9 +4,7 @@