Issue with using gulp with Sage 8.5.0

This is first time using Sage

I’m working in Sage 8.5.0 I have a problem when every I do gulp in the Command lines all the new assets that are in dist/scripts/ get removed from the fold.

I want to know when I finish enqueueing all scripts files what the next step to do I just do gulp in command lines.

The assets in dist/ are removed and regenerated during gulp’s build process; you’re experiencing the expected behavior.

You shouldn’t need to do any manual script enqueing unless you’re adding new scripts or stylesheets. Be sure to check the documentation regarding next steps and recommended workflow.