Skip to content

Commit

Permalink
🔖 v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jalenzz committed Oct 4, 2020
1 parent 2a9106e commit 078284f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
node_modules
/dist
package-lock.json
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ const inline_source = () => (
)

const copy = () => (
gulp.src('src/img/*')
.pipe(gulp.dest('dist/img'))
gulp.src(['src/**/*', '!src/index.html'])
.pipe(gulp.dest('dist'))
)

module.exports = {
Expand Down

1 comment on commit 078284f

@vercel
Copy link

@vercel vercel bot commented on 078284f Oct 4, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.