Skip to content

Commit

Permalink
Merge pull request #471 from chriseppstein/eyeglass
Browse files Browse the repository at this point in the history
Eyeglass support
  • Loading branch information
mirisuzanne committed May 1, 2015
2 parents 49f61f7 + 7e15098 commit b713022
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
7 changes: 7 additions & 0 deletions eyeglass-exports.js
@@ -0,0 +1,7 @@
var path = require("path");

module.exports = function(eyeglass, sass) {
return {
sassDir: path.join(__dirname, "sass")
}
}
6 changes: 5 additions & 1 deletion package.json
Expand Up @@ -14,8 +14,12 @@
"sass",
"responsive",
"rwd",
"semantic"
"semantic",
"eyeglass-module"
],
"eyeglass": {
"exports": "eyeglass-exports.js"
},
"scripts": {
"test": "rake test"
},
Expand Down

0 comments on commit b713022

Please sign in to comment.