Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
ac3f48bb
Commit
ac3f48bb
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Fixes
#12046
: move .csscomb.json and .csslintrc to less/ folder
parent
78e1af58
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Gruntfile.js
+2
-2
Gruntfile.js
less/.csscomb.json
+0
-0
less/.csscomb.json
less/.csslintrc
+0
-0
less/.csslintrc
with
2 additions
and
2 deletions
+2
-2
Gruntfile.js
+
2
-
2
View file @
ac3f48bb
...
@@ -65,7 +65,7 @@ module.exports = function (grunt) {
...
@@ -65,7 +65,7 @@ module.exports = function (grunt) {
csslint
:
{
csslint
:
{
options
:
{
options
:
{
csslintrc
:
'
.csslintrc
'
csslintrc
:
'
less/
.csslintrc
'
},
},
src
:
[
src
:
[
'
dist/css/bootstrap.css
'
,
'
dist/css/bootstrap.css
'
,
...
@@ -185,7 +185,7 @@ module.exports = function (grunt) {
...
@@ -185,7 +185,7 @@ module.exports = function (grunt) {
csscomb
:
{
csscomb
:
{
sort
:
{
sort
:
{
options
:
{
options
:
{
sortOrder
:
'
.csscomb.json
'
config
:
'
less/
.csscomb.json
'
},
},
files
:
{
files
:
{
'
dist/css/<%= pkg.name %>.css
'
:
[
'
dist/css/<%= pkg.name %>.css
'
],
'
dist/css/<%= pkg.name %>.css
'
:
[
'
dist/css/<%= pkg.name %>.css
'
],
...
...
This diff is collapsed.
Click to expand it.
.csscomb.json
→
less/
.csscomb.json
+
0
-
0
View file @
ac3f48bb
File moved
This diff is collapsed.
Click to expand it.
.csslintrc
→
less/
.csslintrc
+
0
-
0
View file @
ac3f48bb
File moved
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment