This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Description
I'm trying to compile ui-grid less files, but all I get is the error
Compiling of bower_components/angular-ui-grid/less/groups.less failed.
(and several others)
there are no other error messages, no line numbers or anything to give a clue ;)
this is the groups.less file
@topPanelRadius: @gridBorderRadius - @gridBorderWidth;
.ui-grid-group-panel {
.gradient(@headerBackgroundColor, @headerGradientStart, @headerGradientStop);
border-bottom: 1px solid @borderColor; // #D4D4D4
.border-radius(@topPanelRadius, 0, 0, @topPanelRadius);
min-height: 30px;
}
.ui-grid-group-panel .hidden {
display: none;
}
.ui-grid-group-panel .description {
margin-top: 5px;
margin-left: 5px;
}
.ui-grid-group-list {
list-style-type: none;
margin: 0;
padding: 0;
}
What am I missing ? Is there some sort of config I need to set up ?