Skip to content

Commit

Permalink
.scss? How about .sass?!
Browse files Browse the repository at this point in the history
  • Loading branch information
jdahlq committed Feb 13, 2013
1 parent 8916ec1 commit 5da6fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/middleware.js
Expand Up @@ -74,7 +74,7 @@ module.exports = function(options){
var path = url.parse(req.url).pathname;
if (/\.css$/.test(path)) {
var cssPath = join(dest, path)
, sassPath = join(src, path.replace('.css', '.scss'))
, sassPath = join(src, path.replace('.css', '.sass'))
, sassDir = dirname(sassPath)

if (debug) {
Expand Down

0 comments on commit 5da6fd5

Please sign in to comment.