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:
parent
31acbea483
commit
3d75bc2e12
2 changed files with 11 additions and 0 deletions
7
eyeglass-exports.js
Normal file
7
eyeglass-exports.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
var path = require('path');
|
||||
|
||||
module.exports = function(eyeglass, sass) {
|
||||
return {
|
||||
sassDir: path.join(__dirname, 'assets/stylesheets')
|
||||
}
|
||||
}
|
|
@ -26,5 +26,9 @@
|
|||
"node-sass": "~3.4.2",
|
||||
"mincer": "~1.3",
|
||||
"ejs": "~2.3"
|
||||
},
|
||||
"eyeglass": {
|
||||
"exports": "eyeglass-exports.js",
|
||||
"needs": "^0.7.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue