aboutsummaryrefslogtreecommitdiffhomepage
path: root/main/app/sprinkles/account/asset-bundles.json
blob: 7fc943019fab4dadc0cc3942892cf708011b445b (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
80
81
{
  "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",
        "SiteAssets/js/encryption.js",
        "userfrosting/js/pages/register.js"
      ],
      "options": {
        "result": {
          "type": {
            "scripts": "plain"
          }
        }
      }
    },
    "js/pages/sign-in": {
      "scripts": [
        "vendor/urijs/src/URI.js",
        "SiteAssets/js/encryption.js",
        "userfrosting/js/pages/sign-in.js"
      ],
      "options": {
        "result": {
          "type": {
            "scripts": "plain"
          }
        }
      }
    }
  }
}