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
after Nodejs
installed, you will:
# Clone this repository
$ git clone [email protected]:paulinhoerry/workflow-lite.git
#open this folder
$ cd workflow-lite
# install gulp globally
$ npm install -g gulp
# install dependencies
$ npm install
folder: ./tasks
gulp
: run all tasks and initialize watch for changes and a servergulp js
: compile js filesgulp html
: compile pug filesgulp images
: Image optimize and minifiergulp css
: compile stylus filesgulp server
: inicialize a static servergulp watch
: call for watch files
To developer this workflow, I use a few of Kratos Boilerplate of Felipe Fialho
MIT license