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
Sorry for opening issue but I am stuck with old app running number of grunt tasks, among others grunt-contrib-less for less files and grunt-spritesmith for building sprites.
After updating to the less 3.0.0 I updated to the grunt-contrib-less: 2.0.0 and spritesmith accordingly to the 6+ version.
When I run less task it breaks on sprites.less on line: @spritesheet: 576px 576px '../../img/icons.png' @spritesheet-sprites;
with an error
[L472:C0] Cannot read property 'eval' of null
Running "less:dev" (less) task
src\assets\style\cando-ui\sprites.less: [L472:C0] Cannot read property 'eval' of null
Warning: Error compiling src/assets/style/style.less Use --force to continue.
Sorry for opening issue but I am stuck with old app running number of grunt tasks, among others grunt-contrib-less for less files and grunt-spritesmith for building sprites.
After updating to the less 3.0.0 I updated to the grunt-contrib-less: 2.0.0 and spritesmith accordingly to the 6+ version.
When I run less task it breaks on sprites.less on line:
@spritesheet: 576px 576px '../../img/icons.png' @spritesheet-sprites;
with an error
[L472:C0] Cannot read property 'eval' of null
All dependencies are met..
-- [email protected]
-- [email protected]
-- [email protected]
-- [email protected]
The text was updated successfully, but these errors were encountered: