Don't pack spellchecker into asar archive

This commit is contained in:
Kevin Sawicki
2015-05-11 14:43:53 -07:00
parent fd211ef793
commit cbf32acd47

View File

@@ -14,6 +14,7 @@ module.exports = (grunt) ->
'ctags-darwin'
'ctags-linux'
'ctags-win32.exe'
'**/node_modules/spellchecker/**'
]
unpack = "{#{unpack.join(',')}}"