Skip to content

Commit bfad769

Browse files
committed
Set baseUrl to '.' (fixes #76)
1 parent 3d526ea commit bfad769

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spaghetti-core/src/main/groovy/com/prezi/spaghetti/Wrapper.groovy

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ class Wrapper {
6363
modulesRoot += "/"
6464
}
6565
return requireName + ".config({" +
66+
"baseUrl: \".\"," +
6667
"paths: {" +
6768
moduleNames.collect { moduleName ->
6869
"\"${moduleName}\": \"${modulesRoot}${moduleName}/${moduleName}\""

0 commit comments

Comments
 (0)