forked from gskinner/regexr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscripts.json
More file actions
47 lines (47 loc) · 1.16 KB
/
scripts.json
File metadata and controls
47 lines (47 loc) · 1.16 KB
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
{
"yui": [
"js/third-party/codemirror.js",
"js/utils/TextUtils.js",
"js/documentation.js"
],
"uglify": [
"js/third-party/promise-0.1.1.js",
"js/third-party/classList.js",
"js/third-party/ZeroClipboard.js",
"js/third-party/store.js",
"js/third-party/placeholders.min.js",
"js/third-party/history.adapter.native.js",
"js/third-party/history.js",
"js/RegExJS.js",
"js/events/Event.js",
"js/events/EventDispatcher.js",
"js/utils/Utils.js",
"js/Tracking.js",
"js/BrowserHistory.js",
"js/events/DataEvent.js",
"js/events/TransitionEvents.js",
"js/Settings.js",
"js/controls/Rating.js",
"js/controls/TagInput.js",
"js/utils/CMUtils.js",
"js/controls/Tooltip.js",
"js/SourceHighlighter.js",
"js/ExpressionHighlighter.js",
"js/ExpressionHover.js",
"js/views/Favorites.js",
"js/views/Community.js",
"js/views/DocView.js",
"js/views/LibView.js",
"js/controls/List.js",
"js/views/FlagsMenu.js",
"js/views/ShareMenu.js",
"js/views/SaveMenu.js",
"js/utils/Docs.js",
"js/RegExLexer.js",
"js/SubstLexer.js",
"js/net/ServerModel.js",
"js/net/ExpressionModel.js",
"js/net/CommunityModel.js",
"js/net/TagsModel.js"
]
}