Minor fix + Remove last references to /tmp

Esse commit está contido em:
Pritam Baral
2014-05-19 23:56:47 +05:30
commit 7627e0b0f0
6 arquivos alterados com 11 adições e 12 exclusões
+1 -1
Ver Arquivo
@@ -5,7 +5,7 @@ module.exports = (grunt) ->
{rm} = require('./task-helpers')(grunt)
grunt.registerTask 'partial-clean', 'Delete some of the build files', ->
tmpdir = if process.platform is 'win32' then os.tmpdir() else '/tmp'
tmpdir = os.tmpdir()
rm grunt.config.get('atom.buildDir')
rm require('../src/coffee-cache').cacheDir