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

run with ES% #782

Closed
xavierartot opened this issue Aug 31, 2020 · 1 comment
Closed

run with ES% #782

xavierartot opened this issue Aug 31, 2020 · 1 comment

Comments

@xavierartot
Copy link

Hi,
How can I setup to run ES5 and jQuery?
Thanks

@silvenon
Copy link
Member

I'm not sure what you mean by "ES5", but for jQuery you can install it:

yarn add jquery

then in your index.html add jQuery between the build:js scripts/vendor.js comment directives:

<!-- build:js scripts/vendor.js -->
<script type="text/javascript" src="/node_modules/jquery/dist/jquery.js"></script>
<!-- endbuild -->

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