Resolve build and install directory paths

Closes #3600
This commit is contained in:
Kevin Sawicki
2014-09-23 13:09:22 -07:00
parent 85bf163f76
commit df3f884ada

View File

@@ -62,6 +62,9 @@ module.exports = (grunt) ->
installDir ?= process.env.INSTALL_PREFIX ? '/usr/local'
killCommand ='pkill -9 atom'
buildDir = path.resolve(buildDir)
installDir = path.resolve(installDir)
coffeeConfig =
glob_to_multiple:
expand: true