Details
-
Type:
Bug
-
Status: Closed
-
Priority:
High
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: Titanium Studio 1.0.7
-
Component/s: Scripting
-
Labels:None
Description
Existing project wizards (web, Ruby, PHP) allow a ruble to define a project template referencing a Git template:
- Create a new ruble (http://wiki.appcelerator.org/display/tis/Creating+a+new+Ruble)
- Paste in the following code:
project_template "HTML Titanium Boilerplate" do |t|
t.type = :titanium_mobile
t.location = "git://github.com/paulirish/html5-boilerplate.git"
t.description = "Paul Irish's HTML5 Boilerplate (http://html5boilerplate.com/). Requires network access."
t.replace_parameters = false
end
- Launch File > New > Titanium Mobile Project and progress to the template screen. Note that the template above is missing.
Attachments
Issue Links
- is cloned into
-
TISTUD-768 CLONE - Enable "Clone From Git" functionality for Titanium Wizards
-
- Closed
-
- relates to
-
TISTUD-763 NPE on Titanium Mobile Project Creation (when using a template)
-
- Closed
-