signalpoint / jDrupal

A JavaScript Library and API for Drupal Applications
http://jdrupal.tylerfrankenstein.com/
GNU General Public License v2.0
76 stars 38 forks source link

Added main option to bower.json for wiredep support #68

Closed jsheffers closed 7 years ago

jsheffers commented 7 years ago

I'm using wiredep to automatically inject bower dependencies into my project and jDrupal doesn't have the "main" option set in bower.json, so wiredep doesn't know which file to inject. This is a quick pull request that links directly to the main minified file.

Reference: https://github.com/taptapship/wiredep#bower-overrides

As stated on the wiredep readme, it's not the only service that relies upon the main option to grab the proper file.

signalpoint commented 7 years ago

@jsheffers Excellent, thank you.