Yogo Is An HTML Version Of The Well-Known Bootstrap Template. Yogo Bootstrap Brings You Basic HTML Components To Work With So You Can Modify Them The Way You Want. It Has A Complete List Of Feature And Apps Which Helps You To Reduce Your Development Time.
You may skip this section if you don't want Gulp in your project. Please use dist/ directory in your project.
You Can Use Gulp To Automate And Enhance Your Project Workflow.
Gulp Is A Toolkit For Automating Painful Or Time-Consuming Tasks In Your Project Development Workflow, So You Can Stop Messing Around And Build Something Easier Than Ever.
Use Gulp In Yogo Is For Building Different Layouts And Theme Customization With Lots Of Functional Tasks Like Image Optimization, SaSS Compilation, Etc...Which Really Useful To Make The Production Ready Dist/Directory
| Gulp Command | Description |
|---|---|
| gulp | which build template in /dist directory |
| Gulp Command | Description |
|---|---|
| gulp style | which compile .scss files from /src/assets/scss directory and place it into a /dist/assets/css directory |
| gulp imgmin | which use to optimize images from /src/assets/images directory and place it into a /dist/assets/images directory |
| gulp html | which uses compiling your HTML file from /src/html directory and place it into a /dist directory |
| gulp buildjs | which use to build .js files from /src/assets/js directory and place it into a /dist/assets/js directory |
| gulp watch | It will automatically start your build process if you make any changes in HTML, scss or js files from /src directory and put new changes to /dist directory |