diff options
| author | Thomas McDonald <[email protected]> | 2015-08-09 23:16:43 -0700 |
|---|---|---|
| committer | Thomas McDonald <[email protected]> | 2015-08-09 23:16:43 -0700 |
| commit | 0ef0825d013dedd5f7c0e8acb8a23d033bf56be0 (patch) | |
| tree | d3c8e9a2f9151dffbaf74ea0b5b2a38f665a2f91 /Gruntfile.js | |
| parent | 72fc4417383600c0bcb209690e29be278920be5b (diff) | |
| download | bootstrap-0ef0825d013dedd5f7c0e8acb8a23d033bf56be0.tar.xz bootstrap-0ef0825d013dedd5f7c0e8acb8a23d033bf56be0.zip | |
specify expanded output style for generated css with libsass
(also fix license banner generator bug)
Diffstat (limited to 'Gruntfile.js')
| -rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 8e9707b24..746699d6d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -38,7 +38,7 @@ module.exports = function (grunt) { banner: '/*!\n' + ' * Bootstrap v<%= pkg.version %> (<%= pkg.homepage %>)\n' + ' * Copyright 2011-<%= grunt.template.today("yyyy") %> <%= pkg.author %>\n' + - ' * Licensed under <%= pkg.license.type %> (<%= pkg.license.url %>)\n' + + ' * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n' + ' */\n', jqueryCheck: 'if (typeof jQuery === \'undefined\') {\n' + ' throw new Error(\'Bootstrap\\\'s JavaScript requires jQuery\')\n' + |
