Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
0babe356
Commit
0babe356
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
simpler gruntfile watch
parent
3406e2fd
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Gruntfile.js
+1
-1
Gruntfile.js
docs/assets/css/docs.min.css
+1
-1
docs/assets/css/docs.min.css
docs/assets/css/docs.min.css.map
+0
-0
docs/assets/css/docs.min.css.map
docs/assets/js/docs.min.js
+7
-1
docs/assets/js/docs.min.js
with
9 additions
and
3 deletions
+9
-3
Gruntfile.js
+
1
-
1
View file @
0babe356
...
...
@@ -361,7 +361,7 @@ module.exports = function (grunt) {
},
sass
:
{
files
:
'
scss/**/*.scss
'
,
tasks
:
[
'
sass-compile
'
,
'
postcss:core
'
,
'
autoprefixer:core
'
,
'
usebanner
'
,
'
csscomb:dist
'
,
'
cssmin:core
'
,
'
cssmin:docs
'
,
'
docs-css
'
,
'
clean:docs
'
,
'
copy:
docs
'
]
tasks
:
[
'
dist-css
'
,
'
docs
'
]
}
},
...
...
This diff is collapsed.
Click to expand it.
docs/assets/css/docs.min.css
+
1
-
1
View file @
0babe356
This diff is collapsed.
Click to expand it.
docs/assets/css/docs.min.css.map
-64 bytes (-1%)
View file @
0babe356
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
This diff is collapsed.
Click to expand it.
docs/assets/js/docs.min.js
+
7
-
1
View file @
0babe356
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
Menu
Explore
Projects
Groups
Snippets