This repository has been archived by the owner on May 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 306
Only delete relevant files/directories in the www directory #134
Labels
Comments
@adamdbradley @danbucholtz Thoughts on how this should be handled? |
It sounds like we should only delete the What does this mean for the Thanks, |
The recent updates has it so only |
i still get all the folder cleaned (app-scripts 0.34) |
@marcoturi hmm I'm not seeing the folder cleaned using the conference app. Could you clone that and see if it happens for you there? https://github.com/driftyco/ionic-conference-app |
my bad, i didn't run npm install after updating package.json, was using app-scripts 0.30. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Short description of the problem:
Currently the build is deleting everything in the
www/
directory. If I have a file in mywww/
directory it gets erased on build. I could put the file in another directory and add a custom config but this seems like overkill for one file.What behavior are you expecting?
Either be able to add specific files to ignore from deletion in the
www/
directory or only have the relevant files inwww/
deleted for a build.Steps to reproduce:
ionic serve
.gitignore
file is deleted inside ofwww/
and all other files inwww/
are showing up to add to gitWhich @ionic/app-scripts version are you using?
0.0.30
Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)
Related to: #127
The text was updated successfully, but these errors were encountered: