Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
Added brief description of build.sh script.
Browse files Browse the repository at this point in the history
  • Loading branch information
devilleweppenaar committed Dec 31, 2015
1 parent bb67bc5 commit e6420f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,3 +217,7 @@ You can enable the multiaccount support editing [posts.hbs](https://github.com/K
## Preparing for production

When you consider that the development is done and you want to deploy a new version, package your code using `gulp build` command, that minify and concatenate all necessary code.

## Usage with Ghost(Pro)

Run the 'scripts/build.sh' command to create an archive of the theme files. The default archive is called 'uno-zen.zip', but you can pass a preferred name for the archive, for example 'scripts/build.sh uno-zen.2.6.8.zip' will create an archive with the name 'uno-zen.2.6.8.zip'. This archive can then be uploaded through the blog admin panel at [ghost.org](https://ghost.org/).

0 comments on commit e6420f8

Please sign in to comment.