0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

remove less references from package files

Closes #62 (of v4)
This commit is contained in:
Thomas McDonald 2015-01-09 10:26:16 +00:00 committed by Chris Rebert
parent 1236e7a996
commit 0964504fda
2 changed files with 6 additions and 6 deletions

View File

@ -288,13 +288,13 @@ module.exports = function (grunt) {
files: '<%= jshint.test.src %>', files: '<%= jshint.test.src %>',
tasks: ['jshint:test', 'qunit'] tasks: ['jshint:test', 'qunit']
}, },
less: { sass: {
files: 'less/**/*.less', files: 'scss/**/*.scss',
tasks: 'less' tasks: 'sass-compile'
}, },
docs: { docs: {
files: 'docs/assets/less/*.less', files: 'docs/assets/scss/*.scss',
tasks: 'less' tasks: 'sass:docs'
} }
}, },

View File

@ -4,7 +4,7 @@
"keywords": [ "keywords": [
"css", "css",
"js", "js",
"less", "sass",
"mobile-first", "mobile-first",
"responsive", "responsive",
"front-end", "front-end",