Skip to content

External Javascript #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
OvermindDL1 opened this issue Feb 21, 2017 · 2 comments
Closed

External Javascript #17

OvermindDL1 opened this issue Feb 21, 2017 · 2 comments
Assignees

Comments

@OvermindDL1
Copy link
Contributor

Manually built and packed assets and got other things ready and it 'mostly' works now it seems, however Load Charts is entirely blank, Memory Allocators are entirely blank, Application only shows the drop-down box and description, it looks like a javascript library is supposed to be making the tables sortable in various other pages, however the javascript (and apparently some fonts) are attempting to be called externally, which does not work on the internal network server I'm running. ^.^

The traditionally Phoenix way to do it is using its bundler (brunch by default, but can replace with whatever, or a manual one) to bake everything together for ease of use in such situations, though this is not Phoenix based it is still a useful style for such locations as here. :-)

@IanLuites IanLuites self-assigned this Feb 21, 2017
@IanLuites IanLuites added this to the Release v0.1.7 milestone Feb 21, 2017
@IanLuites
Copy link
Contributor

Sounds like a good idea.

I never did this, because the external deps were very volatile, but now it might be a good idea.

IanLuites added a commit that referenced this issue Mar 17, 2017
Add external resources into baked file.
@IanLuites
Copy link
Contributor

Fixed in release v0.1.7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants