~caneypuggies/reformedchurcheslocator/couchapp-backbone

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
[
   {
      "from": "",
      "to": "index.html"
   },
   {
      "_comment":"Decide whether we should take this line out, because it opens all URLs to the public, which we might not want to do.",
      "from": "/*",
      "to": "/*"
   },
   {
      "from": "vendor/*",
      "to": "vendor/*"
    },
    {
      "from": "rcl/*",
      "to": "rcl/*"
    },
    {
      "_comment":"This may not do anything for us",
      "from": "rcl2/*",
      "to": "rcl/*"
    },
    {
      "from": "config/*",
      "to": "config/*"
    },
    {
      "from": "_view/*",
      "to": "_view/*"
    },
   {
      "from": "style/*",
      "to": "style/*"
    }
]