Skip to content

Commit

Permalink
Merge pull request twbs#12281 from XhmikosR/vendor
Browse files Browse the repository at this point in the history
Move docs third-party libraries to a separate folder.
  • Loading branch information
mdo committed Jan 18, 2014
2 parents 7b42103 + 4bca3c7 commit a521e98
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,11 @@ module.exports = function (grunt) {
report: 'min'
},
src: [
'docs/assets/js/less.min.js',
'docs/assets/js/jszip.js',
'docs/assets/js/uglify.min.js',
'docs/assets/js/blob.js',
'docs/assets/js/filesaver.js',
'docs/assets/js/vendor/less.min.js',
'docs/assets/js/vendor/jszip.js',
'docs/assets/js/vendor/uglify.min.js',
'docs/assets/js/vendor/blob.js',
'docs/assets/js/vendor/filesaver.js',
'docs/assets/js/raw-files.js',
'docs/assets/js/customizer.js'
],
Expand All @@ -147,7 +147,7 @@ module.exports = function (grunt) {
report: 'min'
},
src: [
'docs/assets/js/holder.js',
'docs/assets/js/vendor/holder.js',
'docs/assets/js/application.js'
],
dest: 'docs/assets/js/docs.min.js'
Expand Down
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ baseurl: /
url: http://localhost:9001
encoding: UTF-8

exclude: ["vendor"]

# Custom vars
current_version: 3.0.3
repo: https://github.com/twbs/bootstrap
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a521e98

Please sign in to comment.