We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
I will say I was able to run the config successfully on Linux (OpenSUSE 42.3)
Sorry, something went wrong.
Thanks for the info. Looking into this.
No branches or pull requests
OS: Windows 10 Pro 64-bit version 1703
Shell: Powershell
When running the task with this config:
The outputted files look like this:
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:
creates these files:
so no workaround there.
The text was updated successfully, but these errors were encountered: