]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Merge branch 'master' into css-source-maps
authorMark Otto <otto@github.com>
Wed, 18 Dec 2013 18:22:18 +0000 (10:22 -0800)
committerMark Otto <otto@github.com>
Wed, 18 Dec 2013 18:22:18 +0000 (10:22 -0800)
Conflicts:
Gruntfile.js

1  2 
Gruntfile.js
dist/css/bootstrap.css

diff --cc Gruntfile.js
index efe5918fb110f9bb0c6176000bc0a32d4ae9c40d,5ba8abbfb95f690c407e3d2828493ac979b0bfab..ab4b56cd26548294266e0fa7cc6f6bbeaedadbe2
@@@ -111,25 -113,12 +113,27 @@@ module.exports = function (grunt) 
      },
  
      less: {
 -      compile: {
 +      compileCore: {
          options: {
 -          strictMath: true
++          strictMath: true,
 +          sourceMap: true,
 +          outputSourceFiles: true,
 +          sourceMapURL: '<%= pkg.name %>.css.map',
 +          sourceMapFilename: 'dist/css/<%= pkg.name %>.css.map'
 +        },
 +        files: {
 +          'dist/css/<%= pkg.name %>.css': 'less/bootstrap.less'
 +        }
 +      },
 +      compileTheme: {
 +        options: {
++          strictMath: true,
 +          sourceMap: true,
 +          outputSourceFiles: true,
 +          sourceMapURL: '<%= pkg.name %>-theme.css.map',
 +          sourceMapFilename: 'dist/css/<%= pkg.name %>-theme.css.map'
          },
          files: {
 -          'dist/css/<%= pkg.name %>.css': 'less/bootstrap.less',
            'dist/css/<%= pkg.name %>-theme.css': 'less/theme.less'
          }
        },
Simple merge