Go to file
Jakub Sokołowski 95accf0f58
add Jenkinsfile, tempalte, remove useless html files
* update README about parameters
* add clean step to build
* remove useless env
* remove unused html files
* add check of size after build
* remove unused files
* add parameter definition
* add templating of app URL
* add gulp-template
* fix package versions
* add a basic jenkinsfile
* more npm updates
* remove useless pdf files
* downgrade to gulp@3.9.0
* use babel-preset-env features like import in gulpfile
* use babel-preset-env
* add some basic scripts to package.json
* use modern function formatting
* minify html, add steps for fonts, upgrade packages
* move html files to src/html
* add an html gulp task for copying html
* move all files to src, remove duplicates
* this page is not hostted on github pages
* fix name of project
* fix gulp build
* ginore contents of dist folder
* remove old .babelrc config
* remove dist files
2018-08-16 09:38:32 -04:00
css changing directory 2017-08-21 16:55:38 -05:00
js changing directory 2017-08-21 16:55:38 -05:00
libs changing directory 2017-08-21 16:55:38 -05:00
src add Jenkinsfile, tempalte, remove useless html files 2018-08-16 09:38:32 -04:00
.babelrc Fix/builds (#14) 2018-08-15 13:06:48 -04:00
.gitignore Fix/builds (#14) 2018-08-15 13:06:48 -04:00
Jenkinsfile add Jenkinsfile, tempalte, remove useless html files 2018-08-16 09:38:32 -04:00
README.md add Jenkinsfile, tempalte, remove useless html files 2018-08-16 09:38:32 -04:00
gulpfile.babel.js add Jenkinsfile, tempalte, remove useless html files 2018-08-16 09:38:32 -04:00
package-lock.json add Jenkinsfile, tempalte, remove useless html files 2018-08-16 09:38:32 -04:00
package.json add Jenkinsfile, tempalte, remove useless html files 2018-08-16 09:38:32 -04:00

README.md

Description

This repo creates the Status main Chinese page for https://cn.status.im.

Usage

To develop the site use:

npm run develop

To build the site use:

npm run build

The build artifacts end up in dist folder.

Paramaters

The HTML is templated with following parameters:

  • APK_URL - URL for downloading the newest Android release

Pulled from the environment in gulpfile.babel.js.

Continuous Integration

The deployment is handled by Jenkins(https://ci.status.im/) and configured via the Jenkinsfile and deployed via this job: https://ci.status.im/job/misc/job/cn.status.im/