Skip to content

Commit b3d5b81

Browse files
Portugal, MarceloPortugal, Marcelo
authored andcommitted
fix(build): Remove Grid Scrolling feature.
This reverts commit d25c993.
1 parent 30fdec2 commit b3d5b81

File tree

11 files changed

+18
-742
lines changed

11 files changed

+18
-742
lines changed

grunt/karma.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var util = require('../lib/grunt/utils.js');
33
module.exports = function( grunt ){
44
var baseConfig = {
55
options: {
6-
configFile: 'test/karma.conf.js',
6+
configFile: 'test/karma.debug.conf.js',
77
background: true,
88
},
99
// dev: {

lib/sauce/sauce_connect_block.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ then
66
while [ ! -f $SAUCE_CONNECT_READY_FILE ]; do
77
sleep .5
88
done
9-
fi
9+
fi

lib/sauce/sauce_connect_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ echo " $CONNECT_LOG"
5959
echo " $CONNECT_STDOUT"
6060
echo " $CONNECT_STDERR"
6161
java -jar Sauce-Connect.jar $ARGS $SAUCE_USERNAME $SAUCE_ACCESS_KEY \
62-
--logfile $CONNECT_LOG 2> $CONNECT_STDERR 1> $CONNECT_STDOUT &
62+
--logfile $CONNECT_LOG 2> $CONNECT_STDERR 1> $CONNECT_STDOUT &

misc/tutorial/407_custom_scrolling.ngdoc

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)