| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
https://nodejs.org/download/test/v6.0.0-test20160303761abde90c/ I don't have a Windows machine or VM handy right now to test so could you screenshot both the x86 and x64 installers and post them here please @eljefedelrodeodeljefe? |
Sorry, something went wrong.
Sorry, something went wrong.
|
Nice, my only question now is whether we should change the Node green bar at the top to match the new style. @nodejs/website can you please look at the above screenshots and tell us if they are acceptable or should we move the strip of green at the top to a different colour, and if so, what colour? |
Sorry, something went wrong.
|
Tested both installers on Windows 2008 R2, both look fine, as the screenshots above for Windows 10. |
Sorry, something went wrong.
doc, installer: change stripe color to RGB 68 136 62
|
Changed the color to the middle tone. See RGB in commit. Squashed the thing. @rvagg When you decide to land this, I'd actually propose on a separate issue to redesign the installer to something more win10 "tile"-like design. Something that might be nice on my quest for a better win dev UX. Maybe then someone wants to throw in some design ideas. |
Sorry, something went wrong.
|
Could you make sure to run the image though imageoptim / optipng (also for jpeg) or similar tools? (Make sure you don't loose quality though) |
Sorry, something went wrong.
|
ran it through imageoptim. Do you see anything specific? |
Sorry, something went wrong.
|
No I just wanted to make sure, less binary bytes in git. |
Sorry, something went wrong.
|
Ah, alright. FYI It's 7 and 9kb now, with 9-14% optimization. When I did it with .png it was even over 30%. |
Sorry, something went wrong.
|
@Fishrock123 Btw, just running optipng does not give the best result. Even running plain simple advdef afterwards saves a few more bytes. Note that advdef is not even a png optimizer, it does not touch the internal png structure. It just recompresses things. |
Sorry, something went wrong.
|
LGTM |
Sorry, something went wrong.
|
lgtm landed @ 44c9751 thanks @eljefedelrodeodeljefe |
Sorry, something went wrong.
also change stripe color to RGB 68 136 62 PR-URL: #5531 Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Rod Vagg <rod@vagg.org>
also change stripe color to RGB 68 136 62 PR-URL: #5531 Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Rod Vagg <rod@vagg.org>
also change stripe color to RGB 68 136 62 PR-URL: #5531 Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Rod Vagg <rod@vagg.org>
also change stripe color to RGB 68 136 62 PR-URL: #5531 Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Rod Vagg <rod@vagg.org>
also change stripe color to RGB 68 136 62 PR-URL: #5531 Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Rod Vagg <rod@vagg.org>
also change stripe color to RGB 68 136 62 PR-URL: #5531 Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Rod Vagg <rod@vagg.org>
This LTS release comes with 113 commits, 56 of which are doc related,
18 of which are build / tooling related, 16 of which are test related
and 7 which are benchmark related.
Notable Changes:
* build:
- Updated Logos for the OSX + Windows installers
- (Rod Vagg) #5401
- (Robert Jefe Lindstaedt) #5531
- New option to select you VS Version in the Windows installer
- (julien.waechter) #4645
- Support Visual C++ Build Tools 2015
- (João Reis) #5627
* tools:
- Gyp now works on OSX without XCode
- (Shigeki Ohtsu) #1325
This LTS release comes with 113 commits, 56 of which are doc related,
18 of which are build / tooling related, 16 of which are test related
and 7 which are benchmark related.
Notable Changes:
* build:
- Updated Logos for the OSX + Windows installers
- (Rod Vagg) #5401
- (Robert Jefe Lindstaedt) #5531
- New option to select your VS Version in the Windows installer
- (julien.waechter) #4645
- Support Visual C++ Build Tools 2015
- (João Reis) #5627
* tools:
- Gyp now works on OSX without XCode
- (Shigeki Ohtsu) #1325
This LTS release comes with 113 commits, 56 of which are doc related,
18 of which are build / tooling related, 16 of which are test related
and 7 which are benchmark related.
Notable Changes:
* build:
- Updated Logos for the OSX + Windows installers
- (Rod Vagg) #5401
- (Robert Jefe Lindstaedt) #5531
- New option to select your VS Version in the Windows installer
- (julien.waechter) #4645
- Support Visual C++ Build Tools 2015
- (João Reis) #5627
* tools:
- Gyp now works on OSX without XCode
- (Shigeki Ohtsu) #1325
PR-URL: #5835
| Back | FazBrowse Home | New Git URL |
Pull Request check-list
Please make sure to review and check all of these items:
NOTE: these things are not required to open a PR and can be done
afterwards / while the PR is open.
Affected core subsystem(s)
tools
Description of change
Latest logo iteration makes image adaptation necessary, #5381.
I couldn't get wix or VS to run properly (new to windows dev), but according to what I see in the installer and read in the wix project, this should suffice.
had to close #5391 and reopen here due to rebase foo and GH not being able to reopen closed force-pushed branches. Sorry.
/cc @rvagg can you give Jenkins a try? Could build locally.