-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcucumber_ui.libraries.yml
44 lines (44 loc) · 1.09 KB
/
cucumber_ui.libraries.yml
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
style.claro:
version: VERSION
css:
theme:
css/theme/cucumber-ui-style.claro.css: {}
style.gin:
version: VERSION
css:
theme:
css/theme/cucumber-ui-style.gin.css: {}
run-tests-scripts:
version: VERSION
js:
js/cucumber-ui.run-tests.js: {}
dependencies:
- core/drupal
- core/drupal.ajax
- core/jquery
- core/once
new-test-scripts:
version: VERSION
js:
js/cucumber-ui.new-test.js: {}
dependencies:
- core/drupal
- core/drupal.ajax
- core/jquery
- core/once
ace-editor:
remote: https://cdnjs.cloudflare.com/ajax/libs/ace/1.16.0/ace.js
version: 1.16.0
license:
name: Ace Editor
url: https://ace.c9.io
js:
//cdnjs.cloudflare.com/ajax/libs/ace/1.16.0/ace.min.js:
{ type: external, minified: true }
//cdnjs.cloudflare.com/ajax/libs/ace/1.16.0/ext-language_tools.min.js:
{ type: external, minified: true }
//cdnjs.cloudflare.com/ajax/libs/ace/1.16.0/ext-keybinding_menu.min.js:
{ type: external, minified: true }
js/cucumber-ui.ace-editor.js: {}
dependencies:
- core/jquery.ui.resizable