From bcd8c57cc6cc29ee20cb0f8f43bebed83377dab5 Mon Sep 17 00:00:00 2001 From: Patrick Arlt Date: Sat, 25 Oct 2014 11:50:19 -0700 Subject: [PATCH] bumping version to v1.0.0-rc.3 --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index ae7a44e8e..1b140d1fb 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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' ] } } });