Skip to content

Commit

Permalink
bumping version to v1.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickarlt committed Oct 25, 2014
1 parent 0638e5c commit bcd8c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ module.exports = function(grunt) {
dryRun: grunt.option('dryRun') ? grunt.option('dryRun') : false,
silent: false
},
src: [ 'dist/**/*' ]
src: [ 'dist/**/*.js','dist/**/*.map' ]
}
}
});
Expand Down

0 comments on commit bcd8c57

Please sign in to comment.