Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
{
2
  "name": "moodle-editor_atto-rangy",
3
  "builds": {
4
    "moodle-editor_atto-rangy": {
5
      "prependfiles": [
6
        "rangy-core.js",
7
        "rangy-selectionsaverestore.js",
8
        "rangy-serializer.js",
9
        "rangy-classapplier.js",
10
        "rangy-highlighter.js",
11
        "rangy-textrange.js"
12
      ],
13
      "jsfiles": [
14
        "init.js"
15
      ]
16
    }
17
  },
18
  "shifter": {
19
    "lint": false
20
  }
21
}