This commit is contained in:
Mark Otto 2015-08-10 00:15:31 -07:00
commit 6191e5e696
10 changed files with 1581 additions and 938 deletions

View file

@ -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' +

File diff suppressed because it is too large Load diff

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because it is too large Load diff

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -8,7 +8,8 @@ module.exports = function configureLibsass(grunt) {
includePaths: ['scss'],
precision: 6,
sourceComments: false,
sourceMap: true
sourceMap: true,
outputStyle: 'expanded'
},
core: {
files: {