Skip to content

Commit ef80dbd

Browse files
author
GU
committed
modify pipeline
1 parent 2d11691 commit ef80dbd

9 files changed

Lines changed: 14864 additions & 2653 deletions

File tree

.tmp/css/theme.min.css

Lines changed: 452 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.tmp/img/Screen Shot 2017-07-31 at 2.53.38 PM.png renamed to .tmp/img/test.png

File renamed without changes.

.tmp/js/theme.min.js

Lines changed: 14407 additions & 2647 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
source: ".tmp",
1919
latency: 1
2020

21-
ignore "js/theme.js"
2221

2322
activate :gzip
2423

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ gulp.task('js', function() {
100100
gulp.task('images', function() {
101101
return gulp.src(images.in)
102102
.pipe(p.changed(images.out))
103-
// .pipe(p.imagemin())
103+
// .pipe(p.imagemin()) //bug still unresolved: https://github.com/sindresorhus/gulp-imagemin/issues/245
104104
.pipe(gulp.dest(images.out));
105105
});
106106

source/css/theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
@import "neat";
77

88
body {
9-
background: #ECC561;
9+
background: red;
1010
font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
1111
font-size: 1em;
1212
text-align: center;

source/img/Screen Shot 2017-07-31 at 2.53.38 PM.png renamed to source/img/test.png

File renamed without changes.

source/index.html.haml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ title: Welcome to Middleman
99
.today
1010
%p.doc
1111
= link_to "Read Documentation Online", "https://middlemanapp.com", target: "_blank"
12+
123

source/partials/_head_contents.html.haml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
-# = partial "partials/analytics" if production?
3636
-# = favicon_tag "favicon.ico"
3737
-# = tag "link", rel: "apple-touch-icon", href: image_path("apple-touch-icon.png")
38-
= stylesheet_link_tag :site
39-
= javascript_include_tag :bundle, async: !development?
38+
= stylesheet_link_tag :theme
39+
= javascript_include_tag :theme, async: !development?

0 commit comments

Comments
 (0)