aurelia / bundler

A library for bundling JavaScript, HTML and CSS for use with SystemJS.
MIT License
37 stars 25 forks source link

Error bundling application #139

Closed MarkStega closed 7 years ago

MarkStega commented 8 years ago

I'm submitting a bug report

Please tell us about your environment:

Current behavior:

[12:23:40] Starting 'bundle'... [BABEL] Note: The code generator has deoptimised the styling of "file:///D:/Solutions/OHI/Optimiser/src/Optimiser.Web.NG/wwwroot/jspm_packages/github/twbs/bootstrap@3.3.7/css/bootstrap.css" as it exceeds the max of "100KB". [BABEL] Note: The code generator has deoptimised the styling of "jspm_packages/github/twbs/bootstrap@3.3.7/css/bootstrap.css" as it exceeds the max of "100KB". [12:24:07] 'bundle' errored after 27 s [12:24:07] Error on dependency parsing for npm:jquery@2.2.4/src/intro.js at file:///D:/Solutions/OHI/Optimiser/src/Optimiser.Web.NG/wwwroot/jspm_packages/npm/jquery@2.2.4/src/intro.js MultipleErrors: :47:1: Unexpected token End of File

:47:1: Unexpected token End of File :47:1: Unexpected token End of File Process terminated with code 1. **Expected/desired behavior:** - **What is the expected behavior?** I expect the bundler not to error on bundling the current jquery source. - **What is the motivation / use case for changing the behavior?** Self explanatory [Archive.zip](https://github.com/aurelia/bundler/files/439714/Archive.zip)
EisenbergEffect commented 7 years ago

@ahmedshuhel Please take a look at this. Thanks!

ahmedshuhel commented 7 years ago

Looking at it.

ahmedshuhel commented 7 years ago

@MarkStega The config files in the Archive.zip looks pretty standard to me and I find no reason not to work. Could you share a link of a Github project that reproduces this bug?

MarkStega commented 7 years ago

@ahmedshuhel

I can no longer create the issue. I did do a 'jspm update' on the project to get to the current Aurelia framework and probably didn't pay enough attention to what got updated. If this occurs again I do have a compact project that I can share.