Skip to content

Commit 6a2474c

Browse files
committed
Remove ng-sample related preparations.
Run those from the ng-sample dir.
1 parent ec5fd4b commit 6a2474c

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

gruntfile.js

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -90,17 +90,6 @@ module.exports = function(grunt) {
9090
}
9191
},
9292
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-
},
10493
depNSInit: {
10594
command: [
10695
'npm install',
@@ -126,11 +115,6 @@ module.exports = function(grunt) {
126115
command: 'npm install angular2-*.tgz',
127116
}
128117
},
129-
env: {
130-
ngSample: {
131-
NSDIST: '../deps/NativeScript/bin/dist',
132-
}
133-
}
134118
});
135119

136120
grunt.registerTask("run", ['ts', 'shell:runApp']);
@@ -167,11 +151,5 @@ module.exports = function(grunt) {
167151
"package"
168152
]);
169153

170-
grunt.registerTask("ng-sample", [
171-
"env:ngSample",
172-
"copy:ngSampleSrc",
173-
"shell:ngSampleFull"
174-
]);
175-
176154
grunt.registerTask("default", ["prepare"]);
177155
};

0 commit comments

Comments
 (0)