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
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.
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.