cwadrupldijjit / ng2-parallax

A parallax plugin/directive for Angular 2. Learn more at:
http://cwadrupldijjit.com/ng2-parallax
MIT License
29 stars 18 forks source link

Workflow to publish js files #6

Closed MurhafSousli closed 5 years ago

MurhafSousli commented 7 years ago

hi @cwadrupldijjit, I'm using a new workflow to publish angular packages to npm as pre compiled js with ngc, which supports AOT. If you would like to ship js files to npm, I can create a pull request for the gulpfile.js and then the steps are straight forward:

1 - increment package version 2 - build with gulp

gulp build 

3 - publish dist to npm

npm publish ./dist
cwadrupldijjit commented 7 years ago

I'd be interested in seeing those changes. Go ahead!

cwadrupldijjit commented 5 years ago

Closing this as the PR was put in and forgotten in time. There has been a change to the setup of the package, and even a new package released since then. Questions about it should be created in a new issue there: cwdj-parallax)