1.0.11 • Published 7 years ago

gulp-industrialize v1.0.11

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

gulp-industrialize

With gulp-industrialize you can easily deploy your project to the production. Run gulp prepare-deploiement will minify all your project in the folder gulp/deploiement. Then you have just to run gulp deploy --env production to deploy the minified sources in production.

Configuration

Donwload this project and copy it to the root of your project. npm install the dependencies from the package.json. Go in gulp and rename config.dist in config. Go inside config and customize your environment :

  • project.json //title, description, appName of your website
  • sources.json //paths of the sources must go in production
  • deploy.json //credentials of your ftp

Run

$ gulp prepare-deploiement
$ gulp deploy --env xxx

Replace xxx by what you write in deploy.json