You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by gr...@apache.org on 2014/09/04 00:11:23 UTC

[28/52] [abbrv] git commit: Portal - updated grunt to remove old task types

Portal - updated grunt to remove old task types


Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/b6100f3e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/b6100f3e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/b6100f3e

Branch: refs/heads/two-dot-o-push-notifications
Commit: b6100f3ef5cadf5e3ceddd85139a3e00255431d5
Parents: 6130345
Author: Rod Simpson <ro...@apigee.com>
Authored: Fri Aug 29 12:38:57 2014 -0600
Committer: Rod Simpson <ro...@apigee.com>
Committed: Fri Aug 29 12:38:57 2014 -0600

----------------------------------------------------------------------
 .gitignore          | 2 ++
 portal/Gruntfile.js | 4 ----
 2 files changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/b6100f3e/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 4203d92..df2938f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -54,3 +54,5 @@ portal/js/templates.js
 /portal/js/generated/
 
 /portal/js/generated-templates/
+
+/portal/seleniumLog.txt

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/b6100f3e/portal/Gruntfile.js
----------------------------------------------------------------------
diff --git a/portal/Gruntfile.js b/portal/Gruntfile.js
index 5fa1a68..6d8af6c 100644
--- a/portal/Gruntfile.js
+++ b/portal/Gruntfile.js
@@ -382,10 +382,6 @@ module.exports = function (grunt) {
   grunt.registerTask('e2e-coverage', ['clean:coverage', 'connect:e2e-coverage','protractor:coverage']);
   grunt.registerTask('e2e-coverage-chrome', ['clean:coverage', 'connect:e2e-coverage-chrome','protractor:chrome', 'makeReport']);
   grunt.registerTask('e2e-firefox', ['connect:e2e-firefox','protractor:firefox']);
-  grunt.registerTask('e2e-prod', ['protractor:prod']);
-  grunt.registerTask('e2e-mars', ['protractor:mars']);
-
-
   grunt.registerTask('no-monitoring', ['build','clean:perf','karma:unit']);
 
 };