fuse-box / fuse-box-aurelia-loader

MIT License
14 stars 2 forks source link

fuse-box-aurelia-loader with gulp build/sample folder #1

Closed vegarringdal closed 7 years ago

vegarringdal commented 7 years ago

@devmondo @nchanged @leon-andria

Added a bit more then just the file for the loader, guessing you guys know a lot more about gulp with release/bump then me, so I just have basic build, so someone can do npm install and try it

Setup: npm install

Build: gulp build

Build is working, installed it from my fork, live test here: https://vegarringdal.github.io/aurelia-fusebox-test/

Repo: https://github.com/vegarringdal/aurelia-fusebox-test

Code Cleaned up most/ better ( a lot that can get better) Most of the code is in 1 function just trying to check if paths exist, if it finds on it returs the correct one, and then we try and load it Added some aurelia npm as dev-dep, should change that out with typings or something (I always mess that part up somehow, so did it easy for now)

Sample: Sample folder is not how I wanted it, cant make package with own bundles, ao the addPackage part would really help, had to change my grid to commonjs by default from amd, to get this to work good. But its prb just me who know to little about fusebox to get it to work :-) need help

Have my grid in there, since it uses custom elements, attributes etc it will help testing..

nchanged commented 7 years ago

I think it's easier to merge and then get to it =) @vegarringdal @leon-andria you have write access to this repository =)

nchanged commented 7 years ago

And thanks so much for your hard work!!!