MCPcopy Create free account
hub / github.com/BabylonJS/BabylonReactNative / copyJSFilesToModule

Function copyJSFilesToModule

Package/gulpfile.js:116–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114};
115
116const copyJSFilesToModule = () => {
117 return gulp.src('Assembled/**')
118 .pipe(gulp.dest(`../Modules/@babylonjs/react-native`));
119}
120
121const validateAssembled = async () => {
122 // When the package contents are updated *and validated*, update the expected below from the output of the failed validation console output (run `gulp validateAssembled`).

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected