Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !29138

Fix dist sync during local dev

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Mark Otto requested to merge fix-dist-sync into master Jul 26, 2019
  • Overview 0
  • Commits 3
  • Pipelines 0
  • Changes 1

This updates the css-copy and js-copy tasks to first remove their respective directories, create them again, and then recursively copy over subdirectories and files. This is the only way I've been able to fix the syncing issues I've faced on macOS that don't appear on Windows. Could be a bug in how we cross-env-shell/shx works here?

@MartijnCuppens Can you give this a go locally? I did some obvious changes in the source scss/**/*.scss files and saw them sync pretty quickly and without issue on my end. Still have the Hugo crashing at times and not wanting to restart though.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-dist-sync