Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

dist pakage to be created #239

Open
balkrishna0007 opened this issue Apr 20, 2018 · 4 comments
Open

dist pakage to be created #239

balkrishna0007 opened this issue Apr 20, 2018 · 4 comments

Comments

@balkrishna0007
Copy link

Please create clean dist package to include in projects using gulp also provide info how to refer distribute package through gulp or any other packaging library.

@dougludlow
Copy link
Owner

@balkrishna0007 - I'm sorry I don't understand. Gulp is a task runner, not a packaging library.

@balkrishna0007
Copy link
Author

i am unable to get ng2-bs3-modal latest version in my vs code can you mention steps which files required to be kept in wwwroot folder also what configration has to be done at systemjs.config, package.json and gulp command to include this pakage

also what about ngx.bs3.modal???

@wartab
Copy link

wartab commented Apr 23, 2018

Everything is described in the readme. If you have trouble making it work following the described procedure, I recommend posting the error messages you are getting.

You seem to have a problem understanding your toolset: Gulp has nothing to do with package inclusion.

@Ottunger
Copy link

I've had troubles having it run with Jasmine because of this "issue": Jasmine loads files from node_modules without any transpiling, and this package contains ES6 modules, which are currently not supported by node (still is an experimental feature).

I had to create a dist folder using babel as a postinstall script to load tests from non-ES6 modules. I first wanted to use babel-node, but it cannot be (easily?) configured to transpile files loaded from node_modules.

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

4 participants