mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-27 19:07:15 +08:00
fd838a4280
Summary: In client-app/node_modules Lerna symlinks isomorphic-core to '../../'. When we copy everything over to our tmp directory when building, we copy over the relative symlink! Damn you lerna. We get around this by resolving the symlinks BEFORE copying and caching them in the installer task. Then the file copy always works. Also, for some reason the glob {absolute} param doesn't seem to work in the latest version. I'm manually creating an absolute path for the compile target since it's a bit more transparent what's happening anyway. Test Plan: `npm run build-client` Reviewers: spang, jerm, juan, halla Reviewed By: juan, halla Differential Revision: https://phab.nylas.com/D3988
50 lines
1 KiB
Text
50 lines
1 KiB
Text
##### Elastic Beanstalk Files
|
|
.elasticbeanstalk/*
|
|
!.elasticbeanstalk/*.cfg.yml
|
|
!.elasticbeanstalk/*.global.yml
|
|
|
|
##### Arcanist / Phab
|
|
**/.arcconfig
|
|
**/.arclint
|
|
**/arclib
|
|
|
|
##### Client Private Plugins (symlinked)
|
|
**/client-app/src/error-logger-extensions
|
|
**/client-app/src/nylas-private-*
|
|
**/internal_packages/nylas-private-*
|
|
**/internal_packages/activity-list
|
|
**/internal_packages/composer-mail-merge
|
|
**/internal_packages/composer-scheduler
|
|
**/internal_packages/link-tracking
|
|
**/internal_packages/open-tracking
|
|
**/internal_packages/send-later
|
|
**/internal_packages/send-reminders
|
|
**/internal_packages/thread-sharing
|
|
**/internal_packages/client-sync
|
|
|
|
##### Node modules
|
|
node_modules
|
|
!packages/client-app/spec/fixtures/packages/package-with-incompatible-native-module/node_modules
|
|
**/npm-debug.log*
|
|
**/lerna-debug.log*
|
|
|
|
##### Certs for building
|
|
**/build/resources/certs
|
|
|
|
##### Misc swap files
|
|
**/*.swp
|
|
**/*.swo
|
|
**/*~
|
|
**/*#
|
|
**/.DS_Store
|
|
**/Thumbs.db
|
|
**/#emacs
|
|
|
|
# Built cloud files
|
|
n1_cloud_dist
|
|
|
|
# Built Nylas Mail client
|
|
packages/client-app/dist
|
|
|
|
# Tests
|
|
spec-saved-state.json
|