aurelia / bundler

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

@progress package cannot be bundled #169

Closed MT-PL-SWF-Dev closed 6 years ago

MT-PL-SWF-Dev commented 6 years ago

I'm submitting a bug report

Please tell us about your environment:

Current behavior: When trying to bundle css from kendo-ui there is issue that raises that there it cannot find version. I'm quite sure that its caused by package path "jspm_packages/npm/@progress/kendo-ui", specifically the "@" sign there.

Moving package to another directory, without "@" sign in directory name solved issue.

Expected/desired behavior:

zewa666 commented 6 years ago

This seems to be a problem with the jspm Version you are using. https://github.com/jspm/jspm-cli/issues/1948

Alexander-Taran commented 6 years ago
async triageQuestion(id) =>{
 respondSameDay()
 let response = await getResponseFromOP( { timeout : longTime } )
 if(!response) {
    closeQuestion(id,randomReason())
 }
}