Commit 05ccc185 authored by XhmikosR's avatar XhmikosR

Break csslint targets.

parent 4d527f92
......@@ -84,9 +84,13 @@ module.exports = function (grunt) {
},
src: [
'dist/css/bootstrap.css',
'dist/css/bootstrap-theme.css',
'docs/assets/css/docs.css',
'dist/css/bootstrap-theme.css'
],
examples: [
'docs/examples/**/*.css'
],
docs: [
'docs/assets/css/docs.css'
]
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment