Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

support for Aurelia CLI systemjs #79

Open
johntom opened this issue Feb 29, 2020 · 0 comments
Open

support for Aurelia CLI systemjs #79

johntom opened this issue Feb 29, 2020 · 0 comments

Comments

@johntom
Copy link

johntom commented Feb 29, 2020

Hi,
I tring to incorporate aurelia-toolbelt into an existing project that is built with systemjs that features aurelia-slickgrid. I've found a working example using requirejs from the following post and all works as described. In my case I added the following to aurelia.json file

 {
            "name": "aurelia-toolbelt",
            "path": "../node_modules/aurelia-toolbelt/dist/amd",
            "main": "index",
           "deps": [
              "jquery"
            
            ]
          }

but when I run project I get the following error:

system.js:4 GET http://localhost:9000/aureliatoolbelt-thirdparty/jquery.blockUI/jquery.blockUI 404 (Not Found)

I've tried a few tweeks nut none successful.
Thanks,
John

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

No branches or pull requests

1 participant