๐Gulp setup
Quick Start using Gulp for Datta Able Installation
You can use Gulp to Automate and enhance your project workflow.
Don't know about Gulp?
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.
Auto Minify/Uglify CSS, HTML, and JS codes
Auto Compile SaSS file
3000+ Plugins
Gulp for Datta Able
Use Gulp in Datta Able 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
How to set up Gulp for Datta Able?
Make sure that you have already installed Nodejs and Gulp on your server/computer
Open the "Nodejs Command prompt" and redirect to your project root directory.
Enter the command
npm install
oryarn
in the command prompt.After that, you need to run the below
gulp
tasks to build a production-ready dist/ directory.
Gulp Commands(task)
Default task
Basic task
Last updated