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

Develop branch should contain no concated/minified sources #165

Open
kakawait opened this issue Apr 21, 2017 · 1 comment
Open

Develop branch should contain no concated/minified sources #165

kakawait opened this issue Apr 21, 2017 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@kakawait
Copy link
Owner

kakawait commented Apr 21, 2017

  1. Easier to develop
  2. Easier to debug
  3. Will reduce repo size
@kakawait kakawait added the enhancement New feature or request label Apr 21, 2017
@kakawait kakawait added this to the 0.5.0 milestone Apr 21, 2017
@kakawait kakawait self-assigned this Apr 21, 2017
@ghost
Copy link

ghost commented Apr 22, 2017

Thoughts on not including minified sources at all? Doing so for both dev and master will help keep commits cleaner, improve debugging and enable users to package the app up the way that makes the most sense for their use case (e.g. HTTP/2 with Server Push or Fetch Injection for parallel asynchronous downloads).

To help substantiate my request, please take a look at libraries and how many actually hide "dist" directories from the repos, only creating them for published versions deployed to package managers and CDNs.

Additionally, for debugging with a minified file, including source maps enables simple source debugging while using minified (or transpiled source files).

@kakawait kakawait modified the milestones: 0.5.0, 1.0.0 Jul 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant