Skip to content

Commit

Permalink
Added Eyeglass support
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Jan 22, 2016
1 parent 31acbea commit 3d75bc2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions eyeglass-exports.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
var path = require('path');

module.exports = function(eyeglass, sass) {
return {
sassDir: path.join(__dirname, 'assets/stylesheets')
}
}
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,9 @@
"node-sass": "~3.4.2",
"mincer": "~1.3",
"ejs": "~2.3"
},
"eyeglass": {
"exports": "eyeglass-exports.js",
"needs": "^0.7.1"
}
}

0 comments on commit 3d75bc2

Please sign in to comment.