mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-24 08:04:11 +08:00
Summary: Grunt is hardcoded to use paths relative to wherever the Gruntfile is located. Unfortunately it also expects the grunt packages to be siblings of that gruntfile. We can get around this by changing the relative base path, but then the cwd is different for each tasks. This is okay as long as we use absolute paths for various files in each of our tasks. This updates our grunt tasks to use absolute paths Test Plan: `npm run build-client` Reviewers: spang, halla, jerm, juan Reviewed By: juan Differential Revision: https://phab.nylas.com/D3987 |
||
---|---|---|
.. | ||
coffeelint-task.js | ||
create-mac-dmg.js | ||
create-mac-zip.js | ||
csslint-task.js | ||
docs-build-task.js | ||
docs-render-task.js | ||
docs-task.js | ||
eslint-task.js | ||
installer-linux-task.js | ||
installer-windows-task.js | ||
lesslint-task.js | ||
nylaslint-task.js | ||
package-task.js | ||
publish-task.js | ||
setup-travis-keychain-task.js | ||
task-helpers.js |