You'll need coffescriptnpm install -g coffee-script
npm install -g coffee-script
There are none at the moment.
You can run cake compile
to generate the /dist folder with the final psd.js file.
You can run cake docs:generate
to generate the docs folder with the documentation shown on the githup pages site.
NOTE: Current generating the docs seems throw a ERR_INVALID_CALLBACK(callback);
.
You can run the examples with the npm run local-dev
command. This will spin up a local server where you can drag and drop filetypes and test functionality. You'll need webpack
, webpack-dev-server
, and webpack-cli
for it to work. Make sure you check the file types before make a pull request to test that things are still working correctly.
- Merge all the commits that are expected to be in the release
- Locally,
git pull
the latest changes - Locally, run
npm version <major|minor|patch>
with the appropriate semantic versioning param for the published update. - Locally,
git push --tags
- In GitHub, go to releases, and click on the new tag
- Add the description with all the commits that are part of the release
- Save
- Locally, run
npm publish
- Voila 🎉