diff options
| author | XhmikosR <[email protected]> | 2014-10-29 06:46:02 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-10-29 07:30:57 +0200 |
| commit | a515191afddb3952fa93c6aacf83c73c8024e069 (patch) | |
| tree | 619277135f65dbcadcb5a2fe82817f2b04ea3008 /Gruntfile.js | |
| parent | 4e3ffa5629b4f347384a1d163d3db145004ed8dd (diff) | |
| download | bootstrap-a515191afddb3952fa93c6aacf83c73c8024e069.tar.xz bootstrap-a515191afddb3952fa93c6aacf83c73c8024e069.zip | |
Customizer: include the minified files only on GitHub pages.
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index f1430e026..cbf01ac1f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -138,6 +138,7 @@ module.exports = function (grunt) { dest: 'dist/js/<%= pkg.name %>.min.js' }, customize: { + // NOTE: This src list is duplicated in footer.html; if making changes here, be sure to update the other copy too. src: [ 'docs/assets/js/vendor/less.min.js', 'docs/assets/js/vendor/jszip.min.js', |
