1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-09-10 00:11:59 +01:00

Numerous fixes.

This commit is contained in:
hacksalot
2016-02-13 16:08:45 -05:00
parent 3f8e795c61
commit ca92d41d9e
25 changed files with 6446 additions and 42 deletions

View File

@@ -105,7 +105,7 @@ class JRSResume extends AbstractResume
###* Return the resume format. ###
format = () -> 'JRS'
format: () -> 'JRS'

View File

@@ -51,7 +51,7 @@ class JRSTheme
files: [{
action: 'transform',
render: this.render,
major: true,
primary: true,
ext: 'html',
css: null
}]
@@ -60,7 +60,7 @@ class JRSTheme
files: [{
action: 'transform',
render: this.render,
major: true,
primary: true,
ext: 'pdf',
css: null
}]