File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -90,17 +90,6 @@ module.exports = function(grunt) {
90
90
}
91
91
} ,
92
92
shell : {
93
- ngSampleFull : {
94
- command : 'grunt prepare app-full' ,
95
- options : ngSampleSubDir
96
- } ,
97
- ngSampleInit : {
98
- command : [
99
- 'npm install' ,
100
- 'tns platform add android' ,
101
- ] . join ( '&&' ) ,
102
- options : ngSampleSubDir
103
- } ,
104
93
depNSInit : {
105
94
command : [
106
95
'npm install' ,
@@ -126,11 +115,6 @@ module.exports = function(grunt) {
126
115
command : 'npm install angular2-*.tgz' ,
127
116
}
128
117
} ,
129
- env : {
130
- ngSample : {
131
- NSDIST : '../deps/NativeScript/bin/dist' ,
132
- }
133
- }
134
118
} ) ;
135
119
136
120
grunt . registerTask ( "run" , [ 'ts' , 'shell:runApp' ] ) ;
@@ -167,11 +151,5 @@ module.exports = function(grunt) {
167
151
"package"
168
152
] ) ;
169
153
170
- grunt . registerTask ( "ng-sample" , [
171
- "env:ngSample" ,
172
- "copy:ngSampleSrc" ,
173
- "shell:ngSampleFull"
174
- ] ) ;
175
-
176
154
grunt . registerTask ( "default" , [ "prepare" ] ) ;
177
155
} ;
You can’t perform that action at this time.
0 commit comments