Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PNG and PDF outputting as HTML #2

Open
murrple-1 opened this issue Sep 29, 2017 · 2 comments
Open

PNG and PDF outputting as HTML #2

murrple-1 opened this issue Sep 29, 2017 · 2 comments

Comments

@murrple-1
Copy link

murrple-1 commented Sep 29, 2017

OS: Windows 10 Pro 64-bit version 1703
Shell: Powershell

When running the task with this config:

grunt.initConfig({
    hackmyresume: {
            main: {
                files: {
                    '<%= yeoman.dist %>/media/resume/resume.all': ['<%= yeoman.app %>/resume.json']
                }
            }
        }
});

The outputted files look like this:

modern-html.css
modern-pdf.css
resume.doc
resume.html
resume.json
resume.md
resume.pdf.html
resume.png.html
resume.txt
resume.yml

Several extra files are present (seemingly related to hacksalot/HackMyResume#141), but the actual PNG and PDF files are missing.

It should be noted as well, running with this config:

grunt.initConfig({
    hackmyresume: {
            main: {
                files: {
                    '<%= yeoman.dist %>/media/resume/resume.png': // or '<%= yeoman.dist %>/media/resume/resume.pdf'
['<%= yeoman.app %>/resume.json']
                }
            }
        }
});

creates these files:

modern-png.css # or modern-pdf.css
resume.png.html # or resume.pdf.html

so no workaround there.

@murrple-1
Copy link
Author

I will say I was able to run the config successfully on Linux (OpenSUSE 42.3)

@hacksalot
Copy link
Owner

Thanks for the info. Looking into this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants