Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package / Build / Deploy #2

Open
krusynth opened this issue Dec 15, 2018 · 1 comment
Open

Package / Build / Deploy #2

krusynth opened this issue Dec 15, 2018 · 1 comment

Comments

@krusynth
Copy link
Owner

krusynth commented Dec 15, 2018

I have an itch to use ES6+ on my plugins, which probably will end up requiring a Babel step to achieve. This will also allow me to reduce the total filesize for delivery.

  • Use babel for transpiling
  • Use webpack for compiling
  • Potentially replace NW.js with Electron and allow building for desktop from npm
@krusynth
Copy link
Owner Author

I've been experimenting with Gulp, though it's older, since I have been using a lot of transformation steps and it's more well suited to general tasks. Here's what I'm currently trying out, to resize images (to 3X since I like 16x16 sprites) and to uglify to release:

https://gist.github.com/krues8dr/473ea15b8ba64724c715988126597d54

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

No branches or pull requests

1 participant