Skip to content

Commit

Permalink
added assets include the logo as an svg and favion
Browse files Browse the repository at this point in the history
  • Loading branch information
zack committed Feb 17, 2015
1 parent ddd58ae commit d5ba5ed
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ gulp.task('sass', function () {
gulp.task('copy', function () {
gulp.src('src/index.html')
.pipe(gulp.dest('dist'));
gulp.src('src/assets/*')
.pipe(gulp.dest('dist/assets'));
});

gulp.task('build', ['browserify', 'sass', 'copy']);
Expand Down
Binary file added src/assets/logo-favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
104 changes: 104 additions & 0 deletions src/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d5ba5ed

Please sign in to comment.