Skip to content

Instantly share code, notes, and snippets.

@dbox
Last active July 15, 2016 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbox/57a572101658659ce120 to your computer and use it in GitHub Desktop.
Save dbox/57a572101658659ce120 to your computer and use it in GitHub Desktop.
Publishing instructions for knapsack

Publish

  1. run concat: cat knapsack/_settings.scss knapsack/_utilities.scss knapsack/_typography.scss knapsack/_animation.scss knapsack/_code.scss knapsack/_layout.scss knapsack/_tables.scss knapsack/_reset.scss knapsack/_ui.scss knapsack/_forms.scss >> test/concat.scss
  2. Build the docs: sassdocify knapsack
  3. Push the docs: cd .pages && git push -uf origin gh-pages
  4. Version-up in package.json
  5. Add git tags: git tag x.x.x
  6. Push git tags: git push origin x.x.x
  7. cd ..
  8. Publish to npm: npm publish
  9. Add release notes
  10. 🎉
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment