Closed tesliker closed 8 years ago
Line 53 of systemConfig.js hard codes the path to the app. We need to add drupal settings base directory instead of assuming the project lives in the root directory, otherwise users will get 404 errors for any JS files called from angular.
FYI This can be assigned to me.
This ended up being handled in [#60] and its associated PR, closing this.
Line 53 of systemConfig.js hard codes the path to the app. We need to add drupal settings base directory instead of assuming the project lives in the root directory, otherwise users will get 404 errors for any JS files called from angular.