Skip to content

Commit 2a47034

Browse files
committedJul 1, 2014
Copy all files in docs/dist.
Now we are on par with what we have on the gh-pages dist/ folder.
1 parent a013c11 commit 2a47034

File tree

4 files changed

+8758
-2
lines changed

4 files changed

+8758
-2
lines changed
 

‎Gruntfile.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@ module.exports = function (grunt) {
293293
expand: true,
294294
cwd: './dist',
295295
src: [
296-
'{css,js}/*.min.*',
297-
'css/*.map',
296+
'css/*',
297+
'js/*',
298298
'fonts/*'
299299
],
300300
dest: 'docs/dist'

‎docs/dist/css/bootstrap-theme.css

+442
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎docs/dist/css/bootstrap.css

+6,200
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎docs/dist/js/bootstrap.js

+2,114
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.