Open-Xchange-Frontend / shared-grunt-config

This shared configuration can be used to develop modules for the Open-Xchange Appsuite UI
MIT License
1 stars 2 forks source link

bootstrap.less not found #9

Open binarykitchen opened 4 years ago

binarykitchen commented 4 years ago

Unable to run the less grunt task when coreDir points to your latest master repo:

/Users/michael-heuberger/code/smx/smx-appsuite-themes-smx ❯❯❯ ./node_modules/.bin/grunt less
Running "less:smx.appsuite.theme" (less) task
>> Source file "web/ui/apps/3rd.party/bootstrap/less/bootstrap.less" not found.
>> Source file "web/ui/apps/3rd.party/bootstrap-datepicker/less/datepicker3.less" not found.
>> Source file "web/ui/apps/3rd.party/font-awesome/less/font-awesome.less" not found.
>> NameError: variable @grid-gutter-width is undefined in web/ui/apps/themes/definitions.less on line 160, column 50:
>> 159
>> 160 @container-desktop:                     (870px + @grid-gutter-width);    /* Bootstrap overwrite /
>> 161 @container-large-desktop:               @container-desktop;              / Bootstrap overwrite */
Warning: Error compiling web/ui/apps/themes/style.less Use --force to continue.

Aborted due to warnings.

Why is bootstrap missing?