Build: don't update bower version. See #941

This commit is contained in:
Mottie 2015-06-12 21:19:23 -05:00
parent bb6d321c81
commit 66f1cf5b4f

View File

@ -383,7 +383,7 @@ module.exports = function( grunt ) {
// update bower.json & tablesorter.jquery.json file version numbers to match the package.json version // update bower.json & tablesorter.jquery.json file version numbers to match the package.json version
grunt.registerTask( 'updateManifest', function() { grunt.registerTask( 'updateManifest', function() {
var i, project, var i, project,
projectFile = [ 'tablesorter.jquery.json', 'bower.json' ], projectFile = [ 'tablesorter.jquery.json' ],
len = projectFile.length; len = projectFile.length;
for ( i = 0; i < len; i++ ) { for ( i = 0; i < len; i++ ) {
if ( !grunt.file.exists( projectFile[ i ] ) ) { if ( !grunt.file.exists( projectFile[ i ] ) ) {