#Gulp Workflow Setup
Just pull and quickly get stared with your project
Install development dependency packages: npm install
To run as development environment, in CLI type: gulp
To run as production environment, in CLI type: NODE_ENV=production gulp
Total number of files and file size (as shown when you git colon
):
Receiving objects: 100% (203/203), 21.87 MiB | 1.02 MiB/s, done.
There is one bug, if someone can help me fixing it, that will be great help :)
When I run gulp
in CLI, somehow css/style.css (folder and file) is created in project root.
I am not sure what I am doing wrong, otherwise everything is just working fine.