1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-05-09 23:37:09 +01:00

fix: exclude theme.json from interrogation

This commit is contained in:
hacksalot
2018-02-01 17:56:43 -05:00
parent 157a2a6145
commit 54d056c4b7
2 changed files with 5 additions and 0 deletions

View File

@ -129,6 +129,8 @@ _load = (formatsHash) ->
_loadOne = ( absPath, formatsHash, tplFolder ) ->
pathInfo = parsePath absPath
return if pathInfo.basename.toLowerCase() == 'theme.json'
absPathSafe = absPath.trim().toLowerCase()
outFmt = ''
act = 'copy'