Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
bb3157c2
Commit
bb3157c2
authored
Jul 08, 2014
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new grunt task for faster builds; nuke fonts
parent
f6367bc0
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
235 deletions
+1
-235
Gruntfile.js
Gruntfile.js
+1
-6
fonts/glyphicons-halflings-regular.eot
fonts/glyphicons-halflings-regular.eot
+0
-0
fonts/glyphicons-halflings-regular.svg
fonts/glyphicons-halflings-regular.svg
+0
-229
fonts/glyphicons-halflings-regular.ttf
fonts/glyphicons-halflings-regular.ttf
+0
-0
fonts/glyphicons-halflings-regular.woff
fonts/glyphicons-halflings-regular.woff
+0
-0
No files found.
Gruntfile.js
View file @
bb3157c2
...
@@ -284,11 +284,6 @@ module.exports = function (grunt) {
...
@@ -284,11 +284,6 @@ module.exports = function (grunt) {
},
},
copy
:
{
copy
:
{
fonts
:
{
expand
:
true
,
src
:
'
fonts/*
'
,
dest
:
'
dist/
'
},
docs
:
{
docs
:
{
expand
:
true
,
expand
:
true
,
cwd
:
'
./dist
'
,
cwd
:
'
./dist
'
,
...
@@ -442,7 +437,7 @@ module.exports = function (grunt) {
...
@@ -442,7 +437,7 @@ module.exports = function (grunt) {
grunt
.
registerTask
(
'
dist-docs
'
,
'
copy:docs
'
);
grunt
.
registerTask
(
'
dist-docs
'
,
'
copy:docs
'
);
// Full distribution task.
// Full distribution task.
grunt
.
registerTask
(
'
dist
'
,
[
'
clean
'
,
'
dist-css
'
,
'
copy:fonts
'
,
'
dist-js
'
,
'
dist-docs
'
]);
grunt
.
registerTask
(
'
dist
'
,
[
'
clean
'
,
'
dist-css
'
,
'
dist-js
'
,
'
dist-docs
'
]);
// Custom docs rebuild task.
// Custom docs rebuild task.
grunt
.
registerTask
(
'
build
'
,
[
'
clean
'
,
'
less-compile
'
,
'
autoprefixer:core
'
,
'
autoprefixer:theme
'
,
'
autoprefixer:docs
'
,
'
usebanner
'
,
'
csscomb:dist
'
,
'
cssmin:core
'
,
'
cssmin:docs
'
,
'
concat
'
,
'
uglify:bootstrap
'
,
'
dist-docs
'
]);
grunt
.
registerTask
(
'
build
'
,
[
'
clean
'
,
'
less-compile
'
,
'
autoprefixer:core
'
,
'
autoprefixer:theme
'
,
'
autoprefixer:docs
'
,
'
usebanner
'
,
'
csscomb:dist
'
,
'
cssmin:core
'
,
'
cssmin:docs
'
,
'
concat
'
,
'
uglify:bootstrap
'
,
'
dist-docs
'
]);
...
...
fonts/glyphicons-halflings-regular.eot
deleted
100644 → 0
View file @
f6367bc0
File deleted
fonts/glyphicons-halflings-regular.svg
deleted
100644 → 0
View file @
f6367bc0
This diff is collapsed.
Click to expand it.
fonts/glyphicons-halflings-regular.ttf
deleted
100644 → 0
View file @
f6367bc0
File deleted
fonts/glyphicons-halflings-regular.woff
deleted
100644 → 0
View file @
f6367bc0
File deleted
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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