aboutsummaryrefslogtreecommitdiffhomepage
path: root/main/app/sprinkles/account/asset-bundles.json
blob: 77ee559226c692ed961df547c82c809563cfe72d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
    "bundle": {
        "js/pages/account-settings": {
            "scripts": [
                "userfrosting/js/pages/account-settings.js"
            ],
            "options": {
                "result": {
                    "type": {
                        "scripts": "plain"
                    }
                }
            }
        },
        "js/pages/forgot-password": {
            "scripts": [
                "userfrosting/js/pages/forgot-password.js"
            ],
            "options": {
                "result": {
                    "type": {
                        "scripts": "plain"
                    }
                }
            }
        },
        "js/pages/resend-verification": {
            "scripts": [
                "userfrosting/js/pages/resend-verification.js"
            ],
            "options": {
                "result": {
                    "type": {
                        "scripts": "plain"
                    }
                }
            }
        },
        "js/pages/set-or-reset-password": {
            "scripts": [
                "userfrosting/js/pages/set-or-reset-password.js"
            ],
            "options": {
                "result": {
                    "type": {
                        "scripts": "plain"
                    }
                }
            }
        },
        "js/pages/register": {
            "scripts": [
                "vendor/speakingurl/speakingurl.min.js",
                "userfrosting/js/uf-captcha.js",
                "userfrosting/js/pages/register.js"
            ],
            "options": {
                "result": {
                    "type": {
                        "scripts": "plain"
                    }
                }
            }
        },
        "js/pages/sign-in": {
            "scripts": [
                "vendor/urijs/src/URI.js",
                "userfrosting/js/pages/sign-in.js"
            ],
            "options": {
                "result": {
                    "type": {
                        "scripts": "plain"
                    }
                }
            }
        }
    }
}