Skip to content

Commit

Permalink
Ensure babelrc file gets packaged for starter kit (#6617)
Browse files Browse the repository at this point in the history
(cherry picked from commit 096e5c7)
  • Loading branch information
zpao committed Apr 28, 2016
1 parent a210dac commit 590d82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grunt/tasks/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var BOWER_FILES = [
];

var EXAMPLES_PATH = 'examples/';
var EXAMPLES_GLOB = [EXAMPLES_PATH + '**/*.*'];
var EXAMPLES_GLOB = [EXAMPLES_PATH + '**/*.*', EXAMPLES_PATH + '**/.babelrc'];

var STARTER_PATH = 'starter/';
var STARTER_GLOB = [STARTER_PATH + '/**/*.*'];
Expand Down

0 comments on commit 590d82b

Please sign in to comment.