Sha256: 9cb0b6a014f951ea8698fc91bb5fa0f64a893035e2ddad6eea29c5819808bb19
Contents?: true
Size: 421 Bytes
Versions: 2
Compression:
Stored size: 421 Bytes
Contents
#!/usr/local/bin/ruby # Check if an older version of extjs-mvc is installed $LOAD_PATH.unshift(File.dirname(__FILE__) + '/../lib') require 'extjs-mvc' # Boot Xmvc CLI listener feeding it an instance of ExtJS::MVC::CLI begin Xmvc::CLI.start(ARGV, { :host => ExtJS::MVC # <-- Supplied module must contain a CLI Thor task extension }) rescue Xmvc::Error => e Xmvc.ui.error(e.message) exit e.status_code end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
extjs-mvc-0.4.0.i | bin/extjs-mvc |
extjs-mvc-0.4.0.h | bin/extjs-mvc |