aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-12-02 14:03:43 -0800
committerMark Otto <[email protected]>2014-12-02 14:03:43 -0800
commitc80b7e468aae9f5979b246e13a35bd5203ccad1f (patch)
tree41c6a6e6b8ed00f04126708bdf3799b60d5a6521
parent27df020852ada46c85138c75736fbb4c4784eeeb (diff)
downloadbootstrap-c80b7e468aae9f5979b246e13a35bd5203ccad1f.tar.xz
bootstrap-c80b7e468aae9f5979b246e13a35bd5203ccad1f.zip
bit of cleanup
-rw-r--r--Gruntfile.js35
-rw-r--r--package.json1
2 files changed, 0 insertions, 36 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 4c2987fe4..222ec0eb4 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -148,28 +148,6 @@ module.exports = function (grunt) {
files: 'js/tests/index.html'
},
- // less: {
- // core: {
- // options: {
- // strictMath: true,
- // sourceMap: true,
- // outputSourceFiles: true,
- // sourceMapURL: '<%= pkg.name %>.css.map',
- // sourceMapFilename: 'dist/css/<%= pkg.name %>.css.map'
- // },
- // src: 'less/bootstrap.less',
- // dest: 'dist/css/<%= pkg.name %>.css'
- // },
- // docs: {
- // options: {
- // strictMath: true
- // },
- // files: {
- // 'docs/assets/css/docs.min.css': 'docs/assets/less/docs.less'
- // }
- // }
- // },
-
sass: {
options: {
includePaths: ['scss'],
@@ -177,13 +155,6 @@ module.exports = function (grunt) {
sourceMap: true
},
core: {
- // files: [{
- // expand: true,
- // cwd: './scss',
- // src: ['<%= pkg.name %>.scss'],
- // dest: './dist/css',
- // ext: '.css'
- // }]
files: {
'dist/css/<%= pkg.name %>.css': 'scss/<%= pkg.name %>.scss'
}
@@ -192,12 +163,6 @@ module.exports = function (grunt) {
files: {
'docs/assets/css/docs.min.css': 'docs/assets/scss/docs.scss'
}
- // },
- // watch: {
- // css: {
- // files: './scss/**/*.scss',
- // tasks: ['sass']
- // }
}
},
diff --git a/package.json b/package.json
index c7bd2c846..7c995287f 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,6 @@
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-jade": "~0.13.0",
"grunt-contrib-jshint": "~0.10.0",
- "grunt-contrib-less": "~0.12.0",
"grunt-contrib-qunit": "~0.5.2",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.1",