Commit 898e61b8 authored by Robert Knight's avatar Robert Knight

Exclude test files from frontend-shared/lib/

parent f9b33888
......@@ -15,7 +15,7 @@ const buildFrontendSharedJs = () => {
return (
gulp
.src('frontend-shared/src/**/*.js')
.src(['frontend-shared/src/**/*.js', '!**/test/*.js'])
// Transpile the js source files and write the output in the frontend-shared/lib dir.
// Additionally, add the sourcemaps into the same dir.
.pipe(sourcemaps.init())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment