Merge pull request #2287 from overleaf/as-frontend-rearch

Restructure frontend directories

GitOrigin-RevId: 5a1224ca186f4809df45680a80d374c1c318d7bf
This commit is contained in:
Alasdair Smith
2019-11-05 14:22:52 +00:00
committed by sharelatex
parent 47137f6c03
commit e035d526d6
867 changed files with 42 additions and 43 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ if (fs.existsSync(MODULES_PATH)) {
const entryPath = path.join(
MODULES_PATH,
module,
'/public/src/main/index.js'
'/frontend/js/main/index.js'
)
if (fs.existsSync(entryPath)) {
acc.push(entryPath)