1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-05-02 12:27:08 +01:00

Bump FRESH themes version.

This commit is contained in:
hacksalot
2016-01-04 04:15:01 -05:00
parent f65cf8880e
commit 62ca2020d8
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ Definition of the FRESHTheme class.
var formatsHash = { };
// Load the theme
var themeFile = PATH.join( themeFolder, pathInfo.basename + '.json' );
var themeFile = PATH.join( themeFolder, 'theme.json' );
var themeInfo = JSON.parse( FS.readFileSync( themeFile, 'utf8' ) );
var that = this;