mirror of https://github.com/twbs/bootstrap.git
				
				
				
			Add a license header to bootstrap.scss
This commit is contained in:
		
							parent
							
								
									e0a2b9ed4c
								
							
						
					
					
						commit
						750656fc9c
					
				
							
								
								
									
										12
									
								
								Gruntfile.js
								
								
								
								
							
							
						
						
									
										12
									
								
								Gruntfile.js
								
								
								
								
							| 
						 | 
				
			
			@ -278,16 +278,6 @@ module.exports = function (grunt) {
 | 
			
		|||
      }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    usebanner: {
 | 
			
		||||
      options: {
 | 
			
		||||
        position: 'top',
 | 
			
		||||
        banner: '<%= banner %>'
 | 
			
		||||
      },
 | 
			
		||||
      files: {
 | 
			
		||||
        src: 'dist/css/*.css'
 | 
			
		||||
      }
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
    csscomb: {
 | 
			
		||||
      options: {
 | 
			
		||||
        config: 'scss/.csscomb.json'
 | 
			
		||||
| 
						 | 
				
			
			@ -475,7 +465,7 @@ module.exports = function (grunt) {
 | 
			
		|||
  // grunt.registerTask('sass-compile', ['sass:core', 'sass:extras', 'sass:docs']);
 | 
			
		||||
  grunt.registerTask('sass-compile', ['sass:core', 'sass:docs']);
 | 
			
		||||
 | 
			
		||||
  grunt.registerTask('dist-css', ['sass-compile', 'postcss:core', 'autoprefixer:core', 'usebanner', 'csscomb:dist', 'cssmin:core', 'cssmin:docs']);
 | 
			
		||||
  grunt.registerTask('dist-css', ['sass-compile', 'postcss:core', 'autoprefixer:core', 'csscomb:dist', 'cssmin:core', 'cssmin:docs']);
 | 
			
		||||
 | 
			
		||||
  // Full distribution task.
 | 
			
		||||
  grunt.registerTask('dist', ['clean:dist', 'dist-css', 'dist-js']);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -34,7 +34,6 @@
 | 
			
		|||
    "grunt": "~0.4.5",
 | 
			
		||||
    "grunt-autoprefixer": "~2.2.0",
 | 
			
		||||
    "grunt-babel": "^5.0.0",
 | 
			
		||||
    "grunt-banner": "~0.3.1",
 | 
			
		||||
    "grunt-build-control": "~0.2.0",
 | 
			
		||||
    "grunt-contrib-clean": "~0.6.0",
 | 
			
		||||
    "grunt-contrib-compress": "~0.13.0",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,4 +1,10 @@
 | 
			
		|||
// Core variables and mixins
 | 
			
		||||
/*!
 | 
			
		||||
 * Bootstrap v4.0.0-alpha (http://getbootstrap.com)
 | 
			
		||||
 * Copyright 2011-2015 Twitter, Inc.
 | 
			
		||||
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
 // Core variables and mixins
 | 
			
		||||
@import "variables";
 | 
			
		||||
@import "mixins";
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue