Skip to content
This repository was archived by the owner on Jul 23, 2019. It is now read-only.
This repository was archived by the owner on Jul 23, 2019. It is now read-only.

Task produces an infinite loop/does not end #36

@jonas-pietzsch

Description

@jonas-pietzsch

Hello,
I want to prerender an AngularJS 1 app served with a Spring Boot backend. But the task never finishes:

> grunt htmlSnapshot                                                                                                                            11:28:05
Running "htmlSnapshot:prod" (htmlSnapshot) task
running html-snapshot task...hold your horses

I started with a basic example config:

    htmlSnapshot: {
            prod: {
                options: {
                    snapshotPath: 'dist/snapshots/',
                    sitePath: 'http://localhost:9002/index2.html', // also tried 127.0.0.1
                    urls: [
                        ''
                    ]
                }
            }
        },

The server is available through browsers.
I don't know what's left to try because this is the most basic example I could imagine.
Do you have an idea or would like to see more details?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions