Add tools/cordova to list of transpiled dirs

This commit is contained in:
David Greenspan
2015-08-27 10:45:56 -07:00
parent 425a7a860e
commit a2a8192c35

View File

@@ -1605,6 +1605,7 @@ _.extend(Isopack.prototype, {
/^tools\/meteor-services\/[^\/]+\.js$/,
/^tools\/tool-testing\/[^\/]+\.js$/,
/^tools\/console\/[^\/]+\.js$/,
/^tools\/cordova\/[^\/]+\.js$/,
// We don't support running self-test from an install anymore
];