fix(build): Don't include rtts in the dart build.

The module name actually does not include a trailing slash, so the
folder would show up and be included in the dart pubbuild.
This commit is contained in:
Martin Probst
2015-04-02 12:58:45 -07:00
parent 70cea03b4b
commit cc7c7b3321
+1 -1
View File
@@ -220,7 +220,7 @@ var CONFIG = {
},
dart: {
src: ['LICENSE'],
exclude: ['rtts_assert/'],
exclude: ['rtts_assert'],
pipes: {}
}
},