Skip to content

Commit

Permalink
fix(build): Don't include rtts in the dart build.
Browse files Browse the repository at this point in the history
The module name actually does not include a trailing slash, so the
folder would show up and be included in the dart pubbuild.
  • Loading branch information
mprobst committed Apr 10, 2015
1 parent 70cea03 commit cc7c7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ var CONFIG = {
},
dart: {
src: ['LICENSE'],
exclude: ['rtts_assert/'],
exclude: ['rtts_assert'],
pipes: {}
}
},
Expand Down

0 comments on commit cc7c7b3

Please sign in to comment.