Skip to content

Commit ad1f093

Browse files
rjametchristopherthielen
authored andcommitted
fix(tests) : Replace the missing references to 1.3.0 with 1.3.17 in gruntfile
1 parent 8b87fec commit ad1f093

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Gruntfile.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ module.exports = function (grunt) {
9191
ng108: { configFile: 'config/karma-1.0.8.js' },
9292
ng115: { configFile: 'config/karma-1.1.5.js' },
9393
ng1214: { configFile: 'config/karma-1.2.14.js' },
94-
ng130: { configFile: 'config/karma-1.3.0.js' },
94+
ng1317: { configFile: 'config/karma-1.3.17.js' },
9595
ng149: { configFile: 'config/karma-1.4.9.js' },
9696
ng150: { configFile: 'config/karma-1.5.0.js' },
9797
background: {
@@ -125,7 +125,7 @@ module.exports = function (grunt) {
125125
}
126126
});
127127

128-
grunt.registerTask('integrate', ['build', 'jshint', 'karma:ng108', 'karma:ng115', 'karma:ng1214', 'karma:ng130', 'karma:ng149', 'karma:ng150']);
128+
grunt.registerTask('integrate', ['build', 'jshint', 'karma:ng108', 'karma:ng115', 'karma:ng1214', 'karma:ng1317', 'karma:ng149', 'karma:ng150']);
129129
grunt.registerTask('default', ['build', 'jshint', 'karma:unit']);
130130
grunt.registerTask('build', 'Perform a normal build', ['concat', 'uglify']);
131131
grunt.registerTask('dist', 'Perform a clean build', ['clean', 'build']);
@@ -137,9 +137,9 @@ module.exports = function (grunt) {
137137
grunt.registerTask('widedocs', 'Convert to bootstrap container-fluid', function () {
138138
promising(this,
139139
system(
140-
'sed -i.bak ' +
141-
'-e \'s/class="row"/class="row-fluid"/\' ' +
142-
'-e \'s/icon-cog"><\\/i>/icon-cog"><\\/i>Provider/\' ' +
140+
'sed -i.bak ' +
141+
'-e \'s/class="row"/class="row-fluid"/\' ' +
142+
'-e \'s/icon-cog"><\\/i>/icon-cog"><\\/i>Provider/\' ' +
143143
'-e \'s/role="main" class="container"/role="main" class="container-fluid"/\' site/index.html')
144144
);
145145
});

0 commit comments

Comments
 (0)