Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Figure out how to handle copy support #12

Open
Kingdutch opened this issue Jan 10, 2019 · 0 comments
Open

Figure out how to handle copy support #12

Kingdutch opened this issue Jan 10, 2019 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@Kingdutch
Copy link
Member

The socialbase theme currently has a gulp task specifically for mime-icons that's implemented as follows:

// #################
//
// Image mime icons
//
// #################
//
// Copy the mime icons from the components folder to the assets folder (manual task)
// ===================================================

gulp.task('mime-image-icons', function () {
  return gulp.src(options.icons.src + 'mime-icons/*.png')
    .pipe(gulp.dest(options.basetheme.build + 'images/mime-icons/'))
});

This task seems to have been unneeded for a long time but being able to configure copying of certain folders is a useful feature.

@Kingdutch Kingdutch added the enhancement New feature or request label Jan 10, 2019
@Kingdutch Kingdutch added this to the 1.0.0 milestone Jan 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant