/usr/lib/nodejs/bootstrap-sass/eyeglass-exports.js is in node-bootstrap-sass 3.3.7-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | var path = require('path');
module.exports = function(eyeglass, sass) {
return {
sassDir: path.join(__dirname, 'assets/stylesheets')
}
};
|