geo-maps icon indicating copy to clipboard operation
geo-maps copied to clipboard

[Feat] Publish maps on pip

Open simonepri opened this issue 6 years ago • 3 comments

See here.

simonepri avatar Nov 21 '17 19:11 simonepri

u/cybaritic from reddit here. I probably won't be able to get to this until after Thanksgiving weekend. Hopefully you're not in a rush!

evergreendigital avatar Nov 22 '17 05:11 evergreendigital

No problem! Thank you for you help! :octocat: I'll try to add more documentation on how to contribute soon, but if you need something just ask it here!

simonepri avatar Nov 22 '17 07:11 simonepri

If you are still interested these are the things to edit:

Create a pip folder with the same structure of the npm one here: https://github.com/simonepri/geo-maps/tree/master/tpls

Add pip in the following array: https://github.com/simonepri/geo-maps/blob/master/gulp/tasks/packages.js#L26

Create a new task called pip in this folder: https://github.com/simonepri/geo-maps/tree/master/gulp/tasks Take inspiration from: https://github.com/simonepri/geo-maps/blob/master/gulp/tasks/npm.js

Append the pip task to the publish task: https://github.com/simonepri/geo-maps/blob/master/gulp/tasks/publish.js

simonepri avatar Dec 01 '17 08:12 simonepri