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:
parent
70cea03b4b
commit
cc7c7b3321
|
@ -220,7 +220,7 @@ var CONFIG = {
|
||||||
},
|
},
|
||||||
dart: {
|
dart: {
|
||||||
src: ['LICENSE'],
|
src: ['LICENSE'],
|
||||||
exclude: ['rtts_assert/'],
|
exclude: ['rtts_assert'],
|
||||||
pipes: {}
|
pipes: {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue