Mdb-ui-kit: Grunt task error

Created on 17 Mar 2016  路  2Comments  路  Source: mdbootstrap/mdb-ui-kit

Hy i recently installed your theme package, and tried build "Grunt serve", but got the following report:

grunt serve
Running "htmllint:all" (htmllint) task
>> 2 files lint free.

Running "bootlint:files" (bootlint) task
>> bootstrap-elements.html:1818:11 E046 `.modal` elements must have a `tabindex` attribute.

1 lint error(s) found across 1 file(s).

For details, look up the lint problem IDs in the Bootlint wiki: https://github.com/twbs/bootlint/wiki

Running "less:material" (less) task
>> 1 stylesheet created.
>> 1 sourcemap created.

Running "less:ripples" (less) task
>> 1 stylesheet created.
>> 1 sourcemap created.

Running "autoprefixer:material" (autoprefixer) task
>> 1 autoprefixed stylesheet created.
>> 1 sourcemap created.

Running "autoprefixer:ripples" (autoprefixer) task
>> 1 autoprefixed stylesheet created.
>> 1 sourcemap created.

Running "csslint:dist" (csslint) task
Warning: Unable to read "less/.csslintrc" file (Error code: ENOENT). Use --force to continue.

Aborted due to warnings.

Am i missing something?

Thanks for your reply.

Best Regards,
Tamas

Most helpful comment

It must be that you did not get a clean checkout, the file it is complaining about being missing is clearly in the source tree:

https://github.com/FezVrasta/bootstrap-material-design/blob/master/less/.csslintrc

I recommend you delete and just clone the repo again.

All 2 comments

It must be that you did not get a clean checkout, the file it is complaining about being missing is clearly in the source tree:

https://github.com/FezVrasta/bootstrap-material-design/blob/master/less/.csslintrc

I recommend you delete and just clone the repo again.

Thanks for your answer.
It was some kind of weird bug. Bower didn't download the file.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

snessnes picture snessnes  路  7Comments

hans-d picture hans-d  路  5Comments

runningrandall picture runningrandall  路  6Comments

steren picture steren  路  9Comments

migaber picture migaber  路  10Comments