|
@@ -2,9 +2,13 @@ define([
|
|
|
'amber/helpers',
|
|
|
'amber/deploy',
|
|
|
'amber/lang',
|
|
|
- 'amber/codemirror',
|
|
|
+ 'codemirror3/lib/codemirror',
|
|
|
+ 'codemirror3/mode/smalltalk/smalltalk',
|
|
|
+ 'codemirror3/addon/hint/show-hint',
|
|
|
+ 'css!codemirror3/theme/ambiance',
|
|
|
+ 'css!codemirror3/lib/codemirror',
|
|
|
+ 'css!codemirror3/addon/hint/show-hint',
|
|
|
'jquery-ui',
|
|
|
- 'amber_core/IDE',
|
|
|
'amber_core/Examples',
|
|
|
'amber_core/Benchfib',
|
|
|
'bootstrap2.3.2/js/bootstrap',
|