You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grunt.registerTask('test-fast',"Run tests that don't need to connect to Rally",['jasmine:fast']);
404
413
grunt.registerTask('test-slow',"Run tests that need to connect to Rally",['jasmine:slow']);
405
414
406
-
grunt.registerTask('test-and-deploy','Build and deploy app to the location in auth.json',['test-fast','ugly','install']);
415
+
grunt.registerTask('test-and-deploy','Build and deploy app to the location in auth.json',['test-fast','ugly','install:deploy/Ugly.txt']);
416
+
417
+
grunt.registerTask('deploy','Build and deploy app to the location in auth.json',['ugly','install:deploy/Ugly.txt']);
407
418
408
-
grunt.registerTask('deploy','Build and deploy app to the location in auth.json',['ugly','install']);
419
+
grunt.registerTask('deploy-pretty','Build and deploy app to the location in auth.json',['pretty','install:deploy/App.txt']);
409
420
410
-
grunt.registerTask('deploy-pretty','Build and deploy app to the location in auth.json',['pretty','install']);
411
-
};
421
+
grunt.registerTask('deploy-debugsdk','Build and deploy app to the location in auth.json',['template:debugsdk','setPostBuildInfo:deploy/App.txt','install:deploy/App.txt']);
0 commit comments