Skip to content

Remove App_Resources, when the changes are in the other files. #2701

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

Merged
merged 1 commit into from
Apr 7, 2017

Conversation

yyosifov
Copy link
Contributor

@yyosifov yyosifov commented Apr 7, 2017

When we look for "FileChanges" we divide them in categories:

-- FileChanged
-- AppResources Changed

The FileChanged is triggered for all files, excluding the ones in App_Resource directory. The CopyAppFiles method copies all /app files though, therefore including the App_Resource files. The functionality to clean-up the App_Resources folder from the /app is in the prepare which is not executed in this case.

This will be refactored, as soon as I add some tests to cover the functionality and ensure we don't do introduce many regression bugs.

@yyosifov yyosifov merged commit d94a5ec into master Apr 7, 2017
@yyosifov yyosifov deleted the yosifov/fix-app-resources branch May 3, 2017 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants