Skip to content

Commit 58c7d00

Browse files
author
UNA A. KRAVETS
committed
updated hosted site css
1 parent fbe0e1e commit 58c7d00

16 files changed

+17
-15
lines changed

gulpfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ gulp.task('lib-scss', function() {
4040
.pipe(cssmin())
4141
.pipe(size({ gzip: true, showFiles: true }))
4242
.pipe(rename({ suffix: '.min' }))
43-
.pipe(gulp.dest('source/css'));
43+
.pipe(gulp.dest('source/css'))
44+
.pipe(gulp.dest('site/css'));
4445
});
4546

4647
gulp.task('site-scss', function() {

site/css/1977.min.css

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

site/css/aden.min.css

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

site/css/brooklyn.min.css

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

site/css/cssgram.min.css

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

site/css/earlybird.min.css

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

site/css/gingham.min.css

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

site/css/hudson.min.css

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

site/css/lofi.min.css

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

site/css/mayfair.min.css

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

0 commit comments

Comments
 (0)