Skip to content
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

Silly question-- do tools optimize app files and files in dist output folder? #32

Closed
Meggin opened this issue Jun 6, 2014 · 2 comments
Labels

Comments

@Meggin
Copy link
Collaborator

Meggin commented Jun 6, 2014

With that silly question in mind-- say I update an image in the app/image folder....

I'm wondering as part of development workflow if I should do a git add on the image in app/image folder, or do I add the output in the dist folder? Or maybe both?

@Meggin Meggin added the wontfix label Jun 6, 2014
@sindresorhus
Copy link
Contributor

Only files in dist are changed. app files are never touched.

As for what to commit. You should always commit app, but dist is really up to you. Some prefer to. Some might not.

@addyosmani
Copy link
Contributor

@Meggin I'll be closing this issue but if you have any further questions or feature requests about this, feel free to reopen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants