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

Get automatic html files and generate #10

Open
brunowego opened this issue Apr 15, 2014 · 0 comments
Open

Get automatic html files and generate #10

brunowego opened this issue Apr 15, 2014 · 0 comments

Comments

@brunowego
Copy link

Have any way to auto search the html files and generate the screenshots from this files?

        autoshot: {
            dist: {
                options: {
                    path: '<%= config.dist %>/screenshots/',
                    remote: {
                        files: []
                    },
                    local: {
                        path: './dist',
                        port: 7788,
                        files: [{
                            src: '404.html',
                            dest: '404.jpg'
                        }, {
                            src: 'acessibilidade.html',
                            dest: 'acessibilidade.jpg'
                        }, {
                            src: 'alterar-abas.html',
                            dest: 'alterar-abas.jpg'
                        }]
                    },
                    viewport: [
                        '1920x1080',
                        '1024x768',
                        '640x960'
                    ]
                }
            }
        }
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

1 participant