es6-plato
es6-plato copied to clipboard
Latest version is not published on npm yet.
Thank you for your great job.
It seems that the latest v1.2.4 module (fixed #111) is not published on npm yet.
Could you publish the latest version to npmand release on GitHub ?
How is it coming along?
Hi @the-simian, when you estimate to publish the latest version 1.2.4 on npm? Thanks in advance.
You can install the latest version like this in your package.json:
"es6-plato": "git+https://github.com/the-simian/es6-plato.git",
thanks @Slapbox yep I need to publish this, but you can point to github in the short term
also just a heads up on that globby issue referenced, if I recall that might make it behave differently on windows. I had to deal with that regression on another project of mine, create-phaser-app, so you can't just pull it in I need to make some code changes in the globs.
like I had to change my globs in there to look like this:
const LEVELS_INPUT_PATH = path.posix
.resolve(__dirname, `../../src/assets/levels/${RAW_FOLDER}/**/*.json`)
.replace(/\\/g, '/');
the .replace was the important part and also using posix, too. Not a huge deal since I know how to fix it but wanted to explain why that wasn't in yet.
One year later, still not published ?