mrjmd / pdb

Decoupled Blocks is a Drupal 8 module to simplify integrating javascript frameworks into your site.
https://www.drupal.org/sandbox/mrjmd/2664138
57 stars 14 forks source link

Add Base Directory to systemConfig.js #53

Closed tesliker closed 8 years ago

tesliker commented 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.

tesliker commented 8 years ago

FYI This can be assigned to me.

mrjmd commented 8 years ago

This ended up being handled in [#60] and its associated PR, closing this.