File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -163,7 +163,8 @@ IonicTask.prototype.fetchSeed = function() {
163163 }
164164
165165 // Local Directory: /User/starterapp
166- if ( ( this . template . indexOf ( '/' ) > - 1 || this . template . indexOf ( '\\' ) > - 1 ) && ( this . indexOf ( 'http://' ) === - 1 && this . indexOf ( 'https://' ) === - 1 ) ) {
166+ if ( ( this . template . indexOf ( '/' ) > - 1 || this . template . indexOf ( '\\' ) > - 1 ) && ( this . template . indexOf ( 'http://' ) === - 1 && this . template . indexOf ( 'https://' ) === - 1 ) ) {
167+ console . log ( 'local' , this . template )
167168 this . seedType = 'local' ;
168169 return this . fetchLocalStarter ( ) ;
169170 }
Original file line number Diff line number Diff line change 11{
22 "name" : " ionic" ,
3- "version" : " 1.2.4-beta2 " ,
3+ "version" : " 1.2.4-beta3 " ,
44 "preferGlobal" : true ,
55 "description" : " A tool for creating and developing Ionic Framework mobile apps." ,
66 "homepage" : " http://ionicframework.com/" ,
You can’t perform that action at this time.
0 commit comments