Skip to content

paulinhoerry/workflow-wordpress

Repository files navigation

Workflow Lite

A lite and simple workflow for web projects. Actually I am working for improve this process, then will receives constant updates.

You will need install this dependencies:

  • NodeJS - for everything.
  • GulpJS - for automate and stream tasks
  • Pug - Html template engine
  • Stylus - Css pre-processor
  • Browsersync - For automatic reloads and static server

Getting Started

Installation

after Nodejs installed, you will:

# Clone this repository
$ git clone git@github.com:paulinhoerry/workflow-lite.git

#open this folder
$ cd workflow-lite

# install gulp globally
$ npm install -g gulp

# install dependencies
$ npm install

Tasks

folder: ./tasks

  • gulp: run all tasks and initialize watch for changes and a server
  • gulp js: compile js files
  • gulp html: compile pug files
  • gulp images: Image optimize and minifier
  • gulp css: compile stylus files
  • gulp server: inicialize a static server
  • gulp watch: call for watch files

Credits

To developer this workflow, I use a few of Kratos Boilerplate of Felipe Fialho

License

MIT license

About

A basic wordpress workflow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published