Grunt Error #649
Unanswered
gustavobuarque
asked this question in
Q&A
Grunt Error
#649
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have created a simple template and I'm trying to compile my LESS files. However, I'm getting the following error:
Verifying property exec.base exists in config...ERROR
I started running the command bin/setup-grunt.
How can I fix this error?
grunt-config.json
{ "themes": "dev/tools/grunt/configs/themes" }
themes.js
... tema: { area: 'frontend', name: 'Engrama/tema', locale: 'pt_BR', files: [ 'css/styles-m', 'css/styles-l' ], dsl: 'less' } ...
Gruntfile.js
module.exports = function (grunt) {
'use strict';
...
Beta Was this translation helpful? Give feedback.
All reactions