You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[D] Task source: /var/www/html/node_modules/grunt-contrib-less/tasks/less.js
Running "less:Espo" (less) task
[D] Task source: /var/www/html/node_modules/grunt-contrib-less/tasks/less.js
Verifying property less.Espo exists in config...OK
Files: frontend/less/espo/main.less -> client/css/espo/espo.css
Files: frontend/less/espo/iframe/main.less -> client/css/espo/espo-iframe.css
Options: banner="", yuicompress, stdio="inherit"
Reading frontend/less/espo/main.less...OK
Writing client/css/espo/espo.css...OK
File client/css/espo/espo.css created
Reading frontend/less/espo/iframe/main.less...OK
Writing client/css/espo/espo-iframe.css...OK
File client/css/espo/espo-iframe.css created
>> 2 stylesheets created.
Running "less:EspoRtl" (less) task
[D] Task source: /var/www/html/node_modules/grunt-contrib-less/tasks/less.js
Verifying property less.EspoRtl exists in config...OK
Files: [no src] -> client/css/espo/espo-rtl.css
Files: [no src] -> client/css/espo/espo-rtl-iframe.css
Options: banner="", yuicompress, stdio="inherit"
>> Destination client/css/espo/espo-rtl.css not written because no source files were found.
>> Destination client/css/espo/espo-rtl-iframe.css not written because no source files were found.
Running "less:EspoVertical" (less) task
[D] Task source: /var/www/html/node_modules/grunt-contrib-less/tasks/less.js
Verifying property less.EspoVertical exists in config...OK
Files: frontend/less/espo-vertical/main.less -> client/css/espo/espo-vertical.css
Files: frontend/less/espo-vertical/iframe/main.less -> client/css/espo/espo-vertical-iframe.css
Options: banner="", yuicompress, stdio="inherit"
Reading frontend/less/espo-vertical/main.less...OK
Writing client/css/espo/espo-vertical.css...OK
File client/css/espo/espo-vertical.css created
Reading frontend/less/espo-vertical/iframe/main.less...OK
Writing client/css/espo/espo-vertical-iframe.css...OK
File client/css/espo/espo-vertical-iframe.css created
>> 2 stylesheets created.
Running "less:Hazyblue" (less) task
[D] Task source: /var/www/html/node_modules/grunt-contrib-less/tasks/less.js
Verifying property less.Hazyblue exists in config...OK
Files: frontend/less/hazyblue/main.less -> client/css/espo/hazyblue.css
Files: frontend/less/hazyblue/iframe/main.less -> client/css/espo/hazyblue-iframe.css
Options: banner="", yuicompress, stdio="inherit"
Reading frontend/less/hazyblue/main.less...OK
When I disable roseta feature everything works as should also project is building properly on bitbucket pipelines. Is this problem with grunt less, grunt or maybe rosetta?
The text was updated successfully, but these errors were encountered:
Hi,
Currently I'm working on one of EspoCRM project on 7.0.9 version link: https://github.com/espocrm/espocrm/releases/tag/7.0.9
I'm using Mac with M1 silicon, and build project under roseta, because docker gives this option in last update.
Grunt less stuck every time on third task logs:
after removed EspoRtl template
When I disable roseta feature everything works as should also project is building properly on bitbucket pipelines. Is this problem with grunt less, grunt or maybe rosetta?
The text was updated successfully, but these errors were encountered: