Gulp compile SASS in WordPress
Gulp compile SASS in WordPress
$ npm i
In file gulpfile.js
const themeName = 'themeName'; - You theme name in themes folder
const themeUrl = 'themeUrl'; - Url You installed theme
const themePort = 8080; - Port for work plugin Browser Sync
const isAutoPrefixer = true; - Runing Auto Prefixer
const isSourceMaps = true; - Runing Source Maps
const isBrowserSync = true; - Runing Browser Sync
const notifyComplete = false; - Runing Notify Complete
$ npm run start
$ npm run start
$ npm run build
$ npm run build_prod