-
Notifications
You must be signed in to change notification settings - Fork 31
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 include external scripts to the application #2121
Comments
I haven't tried this, but I think you should be able to get it working. If it's a local file, you could just import it in the sources where you need it. If it's an external file, one method could be to add the script tag (i.e. append it to Update: You can also copy
|
Another example can be seen in the Cordova app template where a custom |
@Sumitha-95 - does this help? Or is your issue still unresolved? thanks. |
I got a workaround.Injected the script manually on app.js.Hence closing the issue. |
Hi,
I want to add an external library to my enact application.How can i do that.
AFAIK there's no way to include external scripts in enact. Ex:
How can i do that using enact js.
The text was updated successfully, but these errors were encountered: