-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBuildfile
More file actions
19 lines (15 loc) · 787 Bytes
/
Buildfile
File metadata and controls
19 lines (15 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# ===========================================================================
# Project: EcBasic
# ===========================================================================
config :'Thoth-SC', :required => [:sproutcore]
config :scui, :required => [:sproutcore, :'scui/drawing', :'scui/linkit']
# SPECIAL FRAMEWORKS AND THEMES
# These do not require any of the built-in SproutCore frameworks
%w(testing debug).each do |target_name|
config target_name,
:required => [], :test_required => [], :debug_required => []
end
config :ecbasic, :required => [:sproutcore, :ki, :scui, :'Thoth-SC']
# Uncomment this line when running with Thoth/XHRPollingDataSource (not needed for WebsocketsDataSource)
proxy '/thoth', :to => 'localhost:8080'
#proxy '/upload', :to => 'localhost:13532'