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

Adding multiple files to main.js #714

Closed
josephbona opened this issue Mar 30, 2018 · 1 comment
Closed

Adding multiple files to main.js #714

josephbona opened this issue Mar 30, 2018 · 1 comment
Assignees
Labels

Comments

@josephbona
Copy link

gulp build concatenates and minifies 2 scripts between <!-- build:js scripts/main.js --> and <!-- endbuild -->.

When I add a third file it does not get added to main.js

My HTML looks like this:

<!-- build:js scripts/main.js -->
<script src="scripts/main.js"></script>
<script src="scripts/data.js"></script>
<script src="scripts/venmo.js"></script>
<!-- endbuild -->

main.js and data.js get concatenated and minified into /dist/scripts/main.js but the code for venmo.js is not.

@UlisesGascon UlisesGascon self-assigned this Oct 28, 2019
@UlisesGascon
Copy link
Member

I assume that this bug was fixed in #737. If not we can re-open it again 😃

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

No branches or pull requests

2 participants