Skip to content

Commit

Permalink
removed less-middleware dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer Alger committed Feb 24, 2014
1 parent a3fcbbd commit 869a783
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"grunt-mocha": "~0.4.10",
"load-grunt-config": "~0.7.0",
"mocha": "~1.17.1",
"less-middleware": "~0.1.15",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-jade": "~0.10.0",
"grunt-contrib-less": "~0.9.0"
Expand Down
12 changes: 1 addition & 11 deletions tasks/config/connect.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
var lessMiddleware = require('less-middleware');

module.exports = function (grunt) {
return {
dev: {
options: {
middleware: function (connect, options, middlewares) {
var src = grunt.config.get('src');
return [
lessMiddleware({
src: src
}),
connect.static(src)
];
}
base: '<%= src %>'
}
},
test: {
Expand Down

0 comments on commit 869a783

Please sign in to comment.