Closed cmalven closed 6 years ago
Fixes #145 Fixes #146
While I was fixing/testing the above, I noticed that several semi-related aspects of the generator were also broken:
globalRoute
main.js
templateDist
rootDistPath
Fixes all of the above.
Fixes #145 Fixes #146
While I was fixing/testing the above, I noticed that several semi-related aspects of the generator were also broken:
globalRoute
import inmain.js
was failing to import due to mix of ES syntaxesmain.js
templateDist
as the root dir for scripts and styles when they should have been using therootDistPath
Fixes all of the above.