Skip to content
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

How to add extra js dependency? #79

Closed
Roger-luo opened this issue May 27, 2019 · 2 comments
Closed

How to add extra js dependency? #79

Roger-luo opened this issue May 27, 2019 · 2 comments

Comments

@Roger-luo
Copy link

e.g I would like to use https://lab.lepture.com/github-cards/ to add card to it, how do I add this as dependency in <head> with <script> is it possible? thanks!

@hiroppy
Copy link
Owner

hiroppy commented May 27, 2019

Now, you can extend javascript.

e.g.

# fusumarc.yml
extends:
  js: index.js
//  index.js
import 'your-library';

Or, do you want to customize HTML?

@hiroppy
Copy link
Owner

hiroppy commented Jul 13, 2019

Feel free to reopen if you have any problems.

@hiroppy hiroppy closed this as completed Jul 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants