Skip to content

Commit

Permalink
Move built files to dist/ instead of symlinking them
Browse files Browse the repository at this point in the history
  • Loading branch information
ethantw committed Mar 13, 2015
1 parent 916eb85 commit 8f4c342
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion dist/font/han.otf

This file was deleted.

Binary file added dist/font/han.otf
Binary file not shown.
1 change: 0 additions & 1 deletion dist/font/han.woff

This file was deleted.

Binary file added dist/font/han.woff
Binary file not shown.
6 changes: 2 additions & 4 deletions gulpfile.ls
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,8 @@ gulp.task \server !->

# Build for distribution
gulp.task \dist:font ->
gulp.src \./font/han.woff
.pipe gulp-symlink \./dist/font/han.woff, { force: yes }
gulp.src \./font/han.otf
.pipe gulp-symlink \./dist/font/han.otf, { force: yes }
gulp.src './font/han.{woff,otf}'
.pipe gulp.dest \./dist/font

gulp.task \dist:sass ->
gulp.src \./src/sass/han.scss
Expand Down

0 comments on commit 8f4c342

Please sign in to comment.