Update .ctags pattern for unpacking

This commit is contained in:
Kevin Sawicki
2015-04-13 12:17:54 -07:00
parent 9f3ee0842e
commit 19b6043e92

View File

@@ -10,10 +10,10 @@ module.exports = (grunt) ->
unpack = [
'*.node'
'*.ctags'
'ctags-darwin'
'ctags-linux'
'ctags-win32.exe'
'\\.ctags'
]
unpack = "{#{unpack.join(',')}}"