brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

DMG includes a few small .git files #12178

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by peterflynn Thursday Aug 23, 2012 at 22:44 GMT Originally opened as https://github.com/adobe/brackets/issues/1433


  1. Grab a DMG build of Brackets
  2. Right-click on the app package and Show Package Contents
  3. Drill down to Contents > www > thirdparty > CodeMirror2 (or some other subfolder)

Result: There's a .git file

Expected: No source control files in installed build

The bulk of the git metadata is not included. The .git files in the thirdparty folders are tiny text files that just contain the path to the original root repo. (So they contain an absolute local path from the build machine, but that's pretty innocuous).

core-ai-bot commented 3 years ago

Comment by gruehle Friday Aug 24, 2012 at 22:30 GMT


This will be resolved once we minify/concat our source files.

core-ai-bot commented 3 years ago

Comment by MarcelGerber Sunday Jan 18, 2015 at 15:36 GMT


I confirmed this does not happen any longer with the latest installer build.

core-ai-bot commented 3 years ago

Comment by redmunds Sunday Jan 18, 2015 at 18:33 GMT


FBNC back to@peterflynn