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
59d7772d
Commit
59d7772d
authored
10 years ago
by
Chris Rebert
Browse files
Options
Download
Plain Diff
Merge pull request #14488 from vsn4ik/gruntfile_copy_task
Gruntfile.js: Simplify copy task.
parents
e9986644
1965f032
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Gruntfile.js
+2
-9
Gruntfile.js
with
2 additions
and
9 deletions
+2
-9
Gruntfile.js
+
2
-
9
View file @
59d7772d
...
@@ -291,19 +291,12 @@ module.exports = function (grunt) {
...
@@ -291,19 +291,12 @@ module.exports = function (grunt) {
copy
:
{
copy
:
{
fonts
:
{
fonts
:
{
expand
:
true
,
src
:
'
fonts/*
'
,
src
:
'
fonts/*
'
,
dest
:
'
dist/
'
dest
:
'
dist/
'
},
},
docs
:
{
docs
:
{
expand
:
true
,
src
:
'
dist/*/*
'
,
cwd
:
'
./dist
'
,
dest
:
'
docs/
'
src
:
[
'
css/*
'
,
'
js/*
'
,
'
fonts/*
'
],
dest
:
'
docs/dist
'
}
}
},
},
...
...
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