Files
carpseeds.pl/wp-content/plugins/elementor-3.2.5-bck4/.grunt-config/watch.js
2024-07-15 11:28:08 +02:00

20 lines
284 B
JavaScript

/**
* Grunt watch task config
* @package Elementor
*/
const watch = {
styles: {
files: [
'**/*.scss',
'!assets/dev/scss/frontend/breakpoints/proxy.scss'
],
tasks: [ 'styles:true' ],
options: {
spawn: false,
livereload: true
}
},
};
module.exports = watch;