-
Notifications
You must be signed in to change notification settings - Fork 397
Closed
Description
Hi @una,
Currently, compiled files needs to be removed manually whenever:
- pushing to github (to keep the PRs clean)
- switching between branches
One approach to solve this problem would be to keep a separate folder for compiled files in local development, and there will be 2 gulp tasks:
gulp- can be run on any branch- This generates a
.devfolder, which serves as local dev server root -
`scss/twig` compiled files will be generated inside this folder. -
`test/`, `img/`, `filters.json` will also be copied to this -
so none of the compiled files appear in
This folder will be added in `.gitignore`git status. PRs will contain only changed files.
- This generates a
gulp build- run only in master
This does compilations and places the generated files in the same place as current directory structure.
What do you think?
una
Metadata
Metadata
Assignees
Labels
No labels
