See also Bitrix clear template without Gulp https://github.com/KarionovV/bitrixclear
update 23 may 2022
Clear site template for a CMS Bitrix. This template can help you crate a new project. We use this template in IT-INFINITY company (https://itinfinity.ru).
- ssh:> cd site_path
- ssh:> cd /local/templates/
- ssh:> git clone https://github.com/KarionovV/bitrixclear-gulp.git
- Rename "bitrixclear-gulp", if you need
- Select template in site settings.
- Config .settings.php in template root path.
Move to /local/templates/your_template_name/src/ folder and run "mpm install", "gulp" in terminal.
Use .../src/css/ folder for your sass files Use .../src/js/ folder for your js files Use .../src/images/ folder for your template images files
Gulp combine all your js files and make /your_template_name/js/build(.min).js Gulp combine all your sass files and make /your_template_name/css/build(.min).css
Enjoy