1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00

Added Eyeglass support

This commit is contained in:
unknown 2016-01-22 09:54:53 -06:00
parent 31acbea483
commit 3d75bc2e12
2 changed files with 11 additions and 0 deletions

7
eyeglass-exports.js Normal file
View file

@ -0,0 +1,7 @@
var path = require('path');
module.exports = function(eyeglass, sass) {
return {
sassDir: path.join(__dirname, 'assets/stylesheets')
}
}

View file

@ -26,5 +26,9 @@
"node-sass": "~3.4.2",
"mincer": "~1.3",
"ejs": "~2.3"
},
"eyeglass": {
"exports": "eyeglass-exports.js",
"needs": "^0.7.1"
}
}